From a68aec08f47e4200cd5d3c7d81cb220b74a4c3c6 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 18 May 2023 18:21:52 +0200 Subject: sane-defaults: show match numbers in the search prompt --- lisp/init-sane-defaults.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-sane-defaults.el b/lisp/init-sane-defaults.el index e4a2a37..a031e64 100644 --- a/lisp/init-sane-defaults.el +++ b/lisp/init-sane-defaults.el @@ -95,6 +95,9 @@ :config (winner-mode 1)) +;; show match numbers in the search prompt +(setq isearch-lazy-count t) + ;; monday is the first day of the week ;; show week numbers (setq calendar-week-start-day 1 -- cgit v1.2.3