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)))
|
(car (projectile-parse-dirconfig-file)))
|
||||||
" "))
|
" "))
|
||||||
(counsel-git-grep-cmd-default
|
(counsel-git-grep-cmd-default
|
||||||
(concat (concat (string-trim-right counsel-git-grep-cmd-default " \\.")
|
(concat (string-trim-right counsel-git-grep-cmd-default " \\.")
|
||||||
" " path)))
|
" " path))
|
||||||
(counsel-prompt-function
|
(counsel-prompt-function
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(ivy-add-prompt-count
|
(ivy-add-prompt-count
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue