summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-05-18 18:21:52 +0200
committerMartin Polden <mpolden@mpolden.no>2023-05-18 18:22:31 +0200
commita68aec08f47e4200cd5d3c7d81cb220b74a4c3c6 (patch)
tree81dd0f35a33d918d5e99b3faa15f3757181c8b38 /lisp
parent63c98a0628bf00f07e4a24c340f67d9ec742cbea (diff)
sane-defaults: show match numbers in the search prompt
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-sane-defaults.el3
1 files changed, 3 insertions, 0 deletions
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