Disable evil-integration Needed by evil-collection
1 files changed, 2 insertions(+), 1 deletions(-) M lisp/setup-keys.el
M lisp/setup-keys.el => lisp/setup-keys.el +2 -1
@@ 12,7 12,8 @@ :ensure t :init (progn - (setq evil-want-C-u-scroll t)) + (setq evil-want-C-u-scroll t + evil-want-integration nil)) :config (progn (require 'evil)