Fix C-n and C-p scrolling in evil

This commit is contained in:
MitchMarq42 2022-10-14 11:43:01 -08:00
parent 53c2e745fd
commit 71744e4b95

View File

@ -95,7 +95,8 @@
(if (>= (string-to-number emacs-version) 28) (if (>= (string-to-number emacs-version) 28)
(quote undo-redo) (quote undo-redo)
(quote undo-fu))) (quote undo-fu)))
:init (evil-mode t)) :init (evil-mode t)
:config (mitch/evil-config))
(use-package evil-collection (use-package evil-collection
:straight t :straight t
:after evil :after evil