aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-03-03 22:09:50 +0100
committerTimo Wilken2024-03-03 22:09:50 +0100
commitcfdf56d05e2f2190db4b804604c79d966a563ba6 (patch)
tree464c18f8455c9c73450711f9203ba8cc83bb9dd0
parent7885d8f0331106f5eeaa2f072957d0160da7947f (diff)
Improve Emacs evil search
-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'.")