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:
parent
82651be909
commit
03ce3db322
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue