Add count to isearch

This commit is contained in:
trémeur 2023-05-26 22:25:13 +01:00
parent 3f9fedd3c8
commit 41e45d7bfa

View file

@ -365,6 +365,16 @@ Shows, or at least purports to show, =git diff= in the left margin if the file i
git-gutter:deleted-sign "-")))
#+END_SRC
** isearch
From [[https://zck.org/improved-emacs-search][here]]:
#+BEGIN_SRC emacs-lisp
(setq isearch-lazy-count t)
(setq lazy-count-prefix-format nil)
(setq lazy-count-suffix-format " (%s/%s)")
#+END_SRC
** =lastfm=
#+BEGIN_SRC emacs-lisp