Fix the setting of `grep-command' in case of "ugrep" usage
This commit is contained in:
parent
74e69300a8
commit
787cb5f646
@ -1648,8 +1648,9 @@ implementation of the suggestions on those pages.
|
||||
"--null"
|
||||
"--recursive"
|
||||
"--regexp=<R>")
|
||||
" "))
|
||||
(setopt grep-command "ugrep --color=always --null -nH -e "))
|
||||
" ")
|
||||
grep-command "ugrep --color=always --null -nH -e "
|
||||
grep-use-null-device nil))
|
||||
(with-eval-after-load 'xref
|
||||
(setopt
|
||||
xref-search-program 'ugrep
|
||||
|
Loading…
Reference in New Issue
Block a user