fix evil warning
This commit is contained in:
parent
cbfcea8c31
commit
4a145789d2
3
conf.org
3
conf.org
|
@ -3688,7 +3688,8 @@ I like being evil. All package and custom bindings go here.
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
;; this is required to make evil collection work
|
;; this is required to make evil collection work
|
||||||
(setq evil-want-integration nil)
|
(setq evil-want-integration nil
|
||||||
|
evil-want-keybinding nil)
|
||||||
:config
|
:config
|
||||||
(evil-mode 1))
|
(evil-mode 1))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue