mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/snippets: enable nested snippets
This commit is contained in:
@ -24,7 +24,9 @@
|
|||||||
yas-also-auto-indent-first-line t
|
yas-also-auto-indent-first-line t
|
||||||
yas-prompt-functions '(yas-completing-prompt yas-ido-prompt yas-no-prompt)
|
yas-prompt-functions '(yas-completing-prompt yas-ido-prompt yas-no-prompt)
|
||||||
yas-snippet-dirs '(yas-installed-snippets-dir)
|
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
|
;; Allows project-specific snippets
|
||||||
(defun +snippets|enable-project-modes (mode &rest _)
|
(defun +snippets|enable-project-modes (mode &rest _)
|
||||||
|
Reference in New Issue
Block a user