Add count to isearch

master
trémeur 1 year ago
parent 3f9fedd3c8
commit 41e45d7bfa

@ -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

Loading…
Cancel
Save