From 2ce0efe47622b0e85864f778efe14b201b1ebc08 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Mon, 26 Nov 2018 15:41:22 +0100 Subject: [PATCH] cp-ag, cp-rg: Add ": " at end of prompt This is necessary following a recent commit in counsel (055f0e3ac1a9f5de50d15940c0a3b65baf8fd6af) Fixes #112 --- counsel-projectile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/counsel-projectile.el b/counsel-projectile.el index 35f11d4..dcdde0e 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -841,7 +841,7 @@ is called with a prefix argument." (projectile-project-root) options (projectile-prepend-project-name - (car (split-string counsel-ag-base-command))))))) + (concat (car (split-string counsel-ag-base-command)) ": ")))))) ;;* counsel-projectile-rg @@ -913,7 +913,7 @@ is called with a prefix argument." (projectile-project-root) options (projectile-prepend-project-name - (car (split-string counsel-rg-base-command))))))) + (concat (car (split-string counsel-rg-base-command)) ": ")))))) ;;* counsel-projectile-org-capture