aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-04-14 17:01:06 +0200
committerTimo Wilken2023-04-14 17:01:06 +0200
commit8ddb76d348d5f93518438f50ab80cd0e9ff3bf60 (patch)
treea828cec9455a4674481b473f3c4bac880042b783
parent48ff0f6bd25d777f6a29e63bda4a6ceae361a856 (diff)
Use evil-collection in minibuffer, like evil
-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)