Remove yasnippet-snippets because we don't need them we write our own

This commit is contained in:
MitchMarq42 2022-12-16 12:35:37 -09:00
parent 937e6f7a11
commit 5d6b6126e8

View File

@ -654,8 +654,6 @@ Return nil if DIR is not in a hugo project at all."
(elpaca-use-package yasnippet (elpaca-use-package yasnippet
:diminish yas-minor-mode :diminish yas-minor-mode
:hook (prog-mode . yas-minor-mode)) :hook (prog-mode . yas-minor-mode))
(elpaca-use-package yasnippet-snippets
:after '(org sh-script))
;; Better help-pages. Genuinely pretty great. ;; Better help-pages. Genuinely pretty great.
(elpaca-use-package helpful (elpaca-use-package helpful