aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index dee92c44..621981e3 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -531,7 +531,9 @@ For use in `org-latex-classes'."
:after (evil)
:commands (evil-collection-init) :demand t
:config (evil-collection-init)
- :diminish evil-collection-unimpaired-mode)
+ :diminish evil-collection-unimpaired-mode
+ :custom
+ (evil-collection-setup-minibuffer t "Use evil-collection in minibuffer to match `evil-want-minibuffer'."))
(use-package evil-org
:after (evil org)