config/default: remove default yasnippet directory
Otherwise, ~/.emacs.d/snippets is always created.
This commit is contained in:
parent
a5a8ca617a
commit
800f8c4739
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,8 @@
|
|||
|
||||
(def-package! emacs-snippets
|
||||
:if (featurep! +snippets)
|
||||
:after yasnippet)
|
||||
:after yasnippet
|
||||
:config (delete yas--default-user-snippets-dir yas-snippet-dirs))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue