config/default: remove default yasnippet directory

Otherwise, ~/.emacs.d/snippets is always created.
This commit is contained in:
Henrik Lissner 2018-02-15 01:34:08 -05:00
parent a5a8ca617a
commit 800f8c4739
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 5 deletions

View file

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