From de0e5418c05e1e911f53b792592ca73db3840d97 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 7 Apr 2016 21:44:16 +0200 Subject: [PATCH] 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 e0b421d5a..c64b10ef0 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 -- 2.39.2