Turn on isearch count display

This commit is contained in:
David Morgan 2021-09-01 16:23:45 +01:00
parent c8f0dadf53
commit afa8c2eab0
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
(isearch-lax-whitespace t)
(isearch-allow-scroll t)
(isearch-yank-on-move 'shift)
(isearch-lazy-count t)
:bind-keymap ("C-c s" . search-map) ;; M-s clashes with paredit/smartparens bindings
:bind
("C-*" . isearch-forward-symbol-at-point)