Allow EViL to run in the minibuffer

This commit is contained in:
2024-10-01 15:33:51 +01:00
parent 791d50ae7e
commit 6a4ed972ef

View File

@@ -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