diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index 9ab3d96e1..a0e61fafd 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -36,7 +36,7 @@ line with a linewise comment.") evil-insert-state-cursor 'bar evil-visual-state-cursor 'hollow ;; must be set before evil/evil-collection is loaded - evil-want-integration (not (featurep! +everywhere))) + evil-want-keybinding (not (featurep! +everywhere))) :config (add-hook 'doom-post-init-hook #'evil-mode)