ENH disable unimpaired mode
This commit is contained in:
parent
c138528915
commit
76f42312b0
|
@ -3763,8 +3763,9 @@ Most packages that don't have an evil version are in this one. Some don't behave
|
|||
(setq evil-collection-mode-list
|
||||
'(anaconda-mode arc-mode cider company comint custom debug edebug dired
|
||||
doc-view ebib ediff elfeed flycheck ivy help magit
|
||||
minibuffer mu4e profiler term which-key))
|
||||
(setq evil-collection-setup-minibuffer t)
|
||||
minibuffer mu4e profiler term which-key)
|
||||
evil-collection-setup-minibuffer t
|
||||
evil-collection-want-unimpaired-p nil)
|
||||
:config
|
||||
(evil-collection-init))
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in New Issue