diff options
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
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"))) |
