From 6a4ed972ef4b2af1ce4fea16a9b7f00a1bfadba9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 1 Oct 2024 15:33:51 +0100 Subject: Allow EViL to run in the minibuffer --- Emacs/.config/emacs/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 6e56300..be4cff2 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -683,7 +683,8 @@ Setup the evil package, with some opinionated keybindings: evil-vsplit-window-right t evil-move-beyond-eol t evil-want-abbrev-expand-on-insert-exit t - evil-undo-system #'undo-tree) + evil-undo-system #'undo-tree + evil-want-minibuffer t) :config (evil-mode)) #+end_src -- cgit v1.2.3-13-gbd6f