diff --git a/conf.org b/conf.org index a8cd698..a389c95 100644 --- a/conf.org +++ b/conf.org @@ -3688,7 +3688,8 @@ I like being evil. All package and custom bindings go here. :ensure t :init ;; this is required to make evil collection work - (setq evil-want-integration nil) + (setq evil-want-integration nil + evil-want-keybinding nil) :config (evil-mode 1)) #+END_SRC