Skip to content

Commit 6dce1d0

Browse files
committed
yasnippet unsets `org-src-tab-acts-natively'
This closes eschulte#80.
1 parent 9f99550 commit 6dce1d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

starter-kit-yasnippet.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@ following function allows these two to play nicely together.
7272
(add-to-list 'org-tab-first-hook 'yas/org-very-safe-expand)
7373
(define-key yas/keymap [tab] 'yas/next-field))
7474

75+
;; See https://github.com/eschulte/emacs24-starter-kit/issues/80.
76+
(setq org-src-tab-acts-natively nil)
77+
7578
(add-hook 'org-mode-hook #'yas/org-setup)
7679
#+end_src

0 commit comments

Comments
 (0)