Show current number of matches in isearch

By courtesy of https://zck.org/improved-emacs-search, via [Irreal: A
Slight Isearch Improvement](https://irreal.org/blog/?p=11364).
This commit is contained in:
Daniel - 2023-12-27 15:40:25 +01:00
parent 30bd59c9da
commit 73de5e94ad
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -2270,6 +2270,7 @@ eventuelly be set to nil, however)."
(use-package isearch
:init (setq isearch-allow-scroll t
isearch-lazy-count t
search-whitespace-regexp "[ \t\r\n]+"))
(use-package goto-last-change