From 92ada46be960ef39d94468045982b405c580d034 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 30 Nov 2018 16:09:03 +0100 Subject: Make Isearch display match counts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Only for Emacs ≥27) --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs-custom.el b/.emacs-custom.el index acc4d80..880fe97 100644 --- 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"))) -- cgit v1.2.3