cp-git-grep: fix typo
This commit is contained in:
parent
1467e674a7
commit
175b4a7874
1 changed files with 2 additions and 2 deletions
|
|
@ -708,8 +708,8 @@ with a prefix argument."
|
|||
(car (projectile-parse-dirconfig-file)))
|
||||
" "))
|
||||
(counsel-git-grep-cmd-default
|
||||
(concat (concat (string-trim-right counsel-git-grep-cmd-default " \\.")
|
||||
" " path)))
|
||||
(concat (string-trim-right counsel-git-grep-cmd-default " \\.")
|
||||
" " path))
|
||||
(counsel-prompt-function
|
||||
(lambda ()
|
||||
(ivy-add-prompt-count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue