From 03ce3db322357551e7e2899f5c05819a6a030acb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 12 Sep 2018 21:48:27 -0400 Subject: [PATCH] feature/evil: update for evil-collection changes Now, evil-want-keybindings must be set to nil instead of evil-want-integration. --- modules/feature/evil/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)