From cfdf56d05e2f2190db4b804604c79d966a563ba6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 3 Mar 2024 22:09:50 +0100 Subject: Improve Emacs evil search --- tw/home/files/emacs-init.el | 2 ++ 1 file changed, 2 insertions(+) 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'.") -- cgit v1.2.3