cp-ag, cp-rg: Add ": " at end of prompt
This is necessary following a recent commit in counsel (055f0e3ac1a9f5de50d15940c0a3b65baf8fd6af) Fixes #112
This commit is contained in:
parent
7607fb8bb4
commit
2ce0efe476
1 changed files with 2 additions and 2 deletions
|
|
@ -841,7 +841,7 @@ is called with a prefix argument."
|
||||||
(projectile-project-root)
|
(projectile-project-root)
|
||||||
options
|
options
|
||||||
(projectile-prepend-project-name
|
(projectile-prepend-project-name
|
||||||
(car (split-string counsel-ag-base-command)))))))
|
(concat (car (split-string counsel-ag-base-command)) ": "))))))
|
||||||
|
|
||||||
;;* counsel-projectile-rg
|
;;* counsel-projectile-rg
|
||||||
|
|
||||||
|
|
@ -913,7 +913,7 @@ is called with a prefix argument."
|
||||||
(projectile-project-root)
|
(projectile-project-root)
|
||||||
options
|
options
|
||||||
(projectile-prepend-project-name
|
(projectile-prepend-project-name
|
||||||
(car (split-string counsel-rg-base-command)))))))
|
(concat (car (split-string counsel-rg-base-command)) ": "))))))
|
||||||
|
|
||||||
;;* counsel-projectile-org-capture
|
;;* counsel-projectile-org-capture
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue