config/default: update emacs-snippets config
Package now removes default snippets by itself, no need for us to do it too.
This commit is contained in:
parent
59486a3652
commit
2b9ade9cc7
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
|||
|
||||
(def-package! emacs-snippets
|
||||
:if (featurep! +snippets)
|
||||
:after yasnippet
|
||||
:config (delete yas--default-user-snippets-dir yas-snippet-dirs))
|
||||
:after yasnippet)
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue