From 41e45d7bfa281bb4af1fb51555f834a7819484ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Fri, 26 May 2023 22:25:13 +0100 Subject: [PATCH] Add count to isearch --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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