aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-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