Add count to isearch
This commit is contained in:
parent
3f9fedd3c8
commit
41e45d7bfa
1 changed files with 10 additions and 0 deletions
10
config.org
10
config.org
|
@ -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…
Add table
Add a link
Reference in a new issue