mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:if (featurep! +snippets)
|
||||
:after yasnippet
|
||||
:config (delete yas--default-user-snippets-dir yas-snippet-dirs))
|
||||
:after yasnippet)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user