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
|
(def-package! emacs-snippets
|
||||||
:if (featurep! +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