diff --git a/config.org b/config.org index ff4d1b0..8b7deb0 100644 --- a/config.org +++ b/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