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:
Henrik Lissner 2018-05-08 01:00:49 +02:00
parent 59486a3652
commit 2b9ade9cc7
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)
;;