feature/snippets: add doom-private-dir/snippets to yas-snippet-dirs
This commit is contained in:
parent
0739e8cd0a
commit
183b061351
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
;; Allow nested snippets
|
||||
yas-triggers-in-field t)
|
||||
|
||||
(push (expand-file-name "snippets/" doom-private-dir) yas-snippet-dirs)
|
||||
|
||||
;; Allows project-specific snippets
|
||||
(defun +snippets|enable-project-modes (mode &rest _)
|
||||
"Enable snippets for project modes."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue