emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7e02815 235/348: Fix counsel-rg to follow matching candida


From: Oleh Krehel
Subject: [elpa] master 7e02815 235/348: Fix counsel-rg to follow matching candidate
Date: Sat, 8 Apr 2017 11:04:04 -0400 (EDT)

branch: master
commit 7e02815e31eb2227b7ef5fe8015913f259ced7f0
Author: Manuel Uberti <address@hidden>
Commit: Manuel Uberti <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]