We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99550 commit 6dce1d0Copy full SHA for 6dce1d0
starter-kit-yasnippet.org
@@ -72,5 +72,8 @@ following function allows these two to play nicely together.
72
(add-to-list 'org-tab-first-hook 'yas/org-very-safe-expand)
73
(define-key yas/keymap [tab] 'yas/next-field))
74
75
+ ;; See https://github.com/eschulte/emacs24-starter-kit/issues/80.
76
+ (setq org-src-tab-acts-natively nil)
77
+
78
(add-hook 'org-mode-hook #'yas/org-setup)
79
#+end_src
0 commit comments