editor/snippets: yas-triggers-in-field = nil
Made TAB (move to next field) unpredictably expand sub-snippets.
This commit is contained in:
parent
83fa8fed65
commit
78cff4ef97
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue