emacs - Change grep command
This commit is contained in:
parent
1af6b09bf8
commit
7a917e5838
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue