diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 79aa60f..129dc2b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -56,6 +56,13 @@ kept-new-versions 6 kept-old-versions 2) +(setq-default grep-command + (concat + "grep " + "-rnH " + "--binary-files=without-match " + "--exclude-dir=.git ")) + ;; Scroll behaviour (setq scroll-step 1