Fix C-n and C-p scrolling in evil
This commit is contained in:
parent
53c2e745fd
commit
71744e4b95
@ -95,7 +95,8 @@
|
||||
(if (>= (string-to-number emacs-version) 28)
|
||||
(quote undo-redo)
|
||||
(quote undo-fu)))
|
||||
:init (evil-mode t))
|
||||
:init (evil-mode t)
|
||||
:config (mitch/evil-config))
|
||||
(use-package evil-collection
|
||||
:straight t
|
||||
:after evil
|
||||
|
Loading…
Reference in New Issue
Block a user