branch: master
commit 7e02815e31eb2227b7ef5fe8015913f259ced7f0
Author: Manuel Uberti <[email protected]>
Commit: Manuel Uberti <[email protected]>

    Fix counsel-rg to follow matching candidate
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 591ed84..1103cb7 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1721,7 +1721,7 @@ This uses `counsel-ag' with `counsel-pt-base-command' 
replacing
     (counsel-ag initial-input)))
 
 ;;** `counsel-rg'
-(defcustom counsel-rg-base-command "rg %s"
+(defcustom counsel-rg-base-command "rg -i --no-heading %s"
   "Used to in place of `counsel-rg-base-command' to search with
 ripgrep using `counsel-rg'."
   :type 'string

Reply via email to