emacs - Change grep command

This commit is contained in:
madmaurice 2017-10-15 08:45:11 +02:00
parent 1af6b09bf8
commit 7a917e5838

View file

@ -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