mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user