feature/snippets: enable nested snippets

This commit is contained in:
Henrik Lissner 2017-03-23 15:48:05 -04:00
parent 191ddfd334
commit 501ccbdb3d

View file

@ -24,7 +24,9 @@
yas-also-auto-indent-first-line t
yas-prompt-functions '(yas-completing-prompt yas-ido-prompt yas-no-prompt)
yas-snippet-dirs '(yas-installed-snippets-dir)
yas-use-menu nil)
yas-use-menu nil
;; Allow nested snippets
yas-triggers-in-field t)
;; Allows project-specific snippets
(defun +snippets|enable-project-modes (mode &rest _)