aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-01 15:33:51 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-01 16:24:42 +0100
commit6a4ed972ef4b2af1ce4fea16a9b7f00a1bfadba9 (patch)
tree4fbba3348d6f5b123b82715c8d821f5d8f2628b6
parent791d50ae7ef07d1fc85d6ff9e0d63cf29d25283b (diff)
downloaddotfiles-6a4ed972ef4b2af1ce4fea16a9b7f00a1bfadba9.tar.gz
dotfiles-6a4ed972ef4b2af1ce4fea16a9b7f00a1bfadba9.tar.bz2
dotfiles-6a4ed972ef4b2af1ce4fea16a9b7f00a1bfadba9.zip
Allow EViL to run in the minibuffer
-rw-r--r--Emacs/.config/emacs/config.org3
1 files changed, 2 insertions, 1 deletions
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