From 76f42312b087bf64ecd819c7f50175fef79e263d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 30 May 2021 13:30:54 -0400 Subject: [PATCH] ENH disable unimpaired mode --- etc/conf.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 6e7f5a0..ee59f84 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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