aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 758f5877..ad0a7630 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -706,7 +706,9 @@ For use in `org-latex-classes'."
:commands (evil-mode evil-ex-nohighlight)
:init (setq evil-want-keybinding nil) ; evil-collection needs this
:custom
+ (evil-echo-state nil "Don't show the '--- INSERT ---' string in the echo area on evil state changes.")
(evil-undo-system 'undo-tree "Use `undo-tree' for evil's undo-redo function.")
+ (evil-search-module 'evil-search "Use evil's built-in search function, for search history support.")
(evil-want-minibuffer t "Use evil bindings in the minibuffer too.")
(evil-want-C-u-scroll t "Scroll on C-u in normal mode, not `universal-argument'.")
(evil-want-C-u-delete t "Delete line on C-u in insert mode, not `universal-argument'.")