ENH disable unimpaired mode

This commit is contained in:
Nathan Dwarshuis 2021-05-30 13:30:54 -04:00
parent c138528915
commit 76f42312b0
1 changed files with 3 additions and 2 deletions

View File

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