commit 92ada46be960ef39d94468045982b405c580d034
parent 808319f407067b5eb26f4300b55544773a253b82
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 30 Nov 2018 16:09:03 +0100
Make Isearch display match counts
(Only for Emacs β₯27)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.emacs-custom.el b/.emacs-custom.el
@@ -34,6 +34,7 @@
'(indent-tabs-mode nil)
'(inhibit-startup-screen t)
'(isearch-allow-scroll t)
+ '(isearch-lazy-count t)
'(magit-diff-refine-hunk t)
'(magit-ediff-dwim-show-on-hunks t)
'(magit-log-arguments (quote ("--graph" "--color" "--decorate" "-n256")))