about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-01 16:23:45 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-01 16:23:45 +0100
commitafa8c2eab048db294dccec4ad6113ce8977d4bb2 (patch)
treeb738a5793dcc42ae51264a408dd204f244eae716 /.emacs.d
parentc8f0dadf53af99df0292398966a79c1600efe5d1 (diff)
downloaddotfiles-afa8c2eab048db294dccec4ad6113ce8977d4bb2.tar.gz
Turn on isearch count display
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-search.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index be4de3c..f9c8c31 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -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)