editor/snippets: yas-triggers-in-field = nil

Made TAB (move to next field) unpredictably expand sub-snippets.
This commit is contained in:
Henrik Lissner 2019-05-05 14:20:52 -04:00
parent 83fa8fed65
commit 78cff4ef97
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -21,7 +21,7 @@
:config
(setq yas-verbosity (if doom-debug-mode 3 0)
yas-also-auto-indent-first-line t
yas-triggers-in-field t ; Allow nested snippets
yas-triggers-in-field nil ; disallow nested snippets
;; Remove default ~/.emacs.d/snippets
yas-snippet-dirs (delete yas--default-user-snippets-dir yas-snippet-dirs))