cp-grep: Fix missing spacing
This commit is contained in:
parent
991b5587c3
commit
7607fb8bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ called with a prefix argument."
|
|||
(car (split-string counsel-projectile-grep-base-command)))
|
||||
(setq counsel-projectile-grep-command
|
||||
(format counsel-projectile-grep-base-command ignored path))
|
||||
(ivy-read (projectile-prepend-project-name "grep")
|
||||
(ivy-read (projectile-prepend-project-name "grep: ")
|
||||
#'counsel-projectile-grep-function
|
||||
:initial-input counsel-projectile-grep-initial-input
|
||||
:dynamic-collection t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue