feature/evil: update for evil-collection changes

Now, evil-want-keybindings must be set to nil instead of
evil-want-integration.
This commit is contained in:
Henrik Lissner 2018-09-12 21:48:27 -04:00
parent 82651be909
commit 03ce3db322
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)