mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: remove default yasnippet directory
Otherwise, ~/.emacs.d/snippets is always created.
This commit is contained in:
@ -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))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user