cp-grep: fix broken ivy-occur

Fixes #150
This commit is contained in:
Eric Danan 2020-04-30 22:33:11 +01:00
parent 93887a0976
commit 126e825bba

View file

@ -637,7 +637,7 @@ of `(ivy-thing-at-point)' by hitting \"M-n\" in the minibuffer."
(string :tag " name")))
:group 'counsel-projectile)
(defvar counsel-projectile-grep-base-command "grep -rnEI %s -- %%s"
(defvar counsel-projectile-grep-base-command "grep -rnEI %s %%s"
"Format string to use in `cousel-projectile-grep' to
construct the command.")