Remove unnecessary use-package statement

This commit is contained in:
George Xanthakis 2020-11-04 11:43:26 +02:00
parent a88d29580d
commit d50b1528b8
No known key found for this signature in database
GPG key ID: 41DF4D92B11E1073

View file

@ -85,7 +85,3 @@
"zE" #'vimish-fold-delete-all) "zE" #'vimish-fold-delete-all)
:config :config
(vimish-fold-global-mode +1)) (vimish-fold-global-mode +1))
(use-package! vimish-fold
:unless (featurep! :editor evil)
:defer t)