Irrelevant evil edits, see commit about weird errors

This commit is contained in:
MitchMarq42 2022-09-24 19:00:32 -08:00
parent 8f8519561a
commit 5846c55061

View File

@ -66,7 +66,6 @@
;; load evil
(use-package evil
:straight t
:general
(general-define-key
:states 'normal
@ -91,8 +90,7 @@
(if (>= (string-to-number emacs-version) 28)
(quote undo-redo)
(quote undo-fu)))
:init
(evil-mode t))
:init (evil-mode t))
(use-package evil-collection
:straight t
:after evil