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

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

[elpa] master de0e541 234/272: Speed up counsel-grep by up to 40 times


From: Oleh Krehel
Subject: [elpa] master de0e541 234/272: Speed up counsel-grep by up to 40 times
Date: Mon, 25 Apr 2016 10:13:27 +0000

branch: master
commit de0e5418c05e1e911f53b792592ca73db3840d97
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Speed up counsel-grep by up to 40 times
    
    * counsel.el (counsel-grep-base-command): Update.
---
 counsel.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index e0b421d..c64b10e 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1383,7 +1383,7 @@ This uses `counsel-ag' with `counsel-pt-base-command' 
replacing
     (call-interactively 'counsel-ag)))
 
 ;;** `counsel-grep'
-(defcustom counsel-grep-base-command "grep -nE --ignore-case \"%s\" %s"
+(defcustom counsel-grep-base-command "grep -nE \"%s\" %s"
   "Format string to use in `cousel-grep-function' to construct
 the command."
   :type 'string



reply via email to

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