From: Oleh Krehel Date: Thu, 7 Apr 2016 19:44:16 +0000 (+0200) Subject: Speed up counsel-grep by up to 40 times X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/de0e5418c05e1e911f53b792592ca73db3840d97 Speed up counsel-grep by up to 40 times * counsel.el (counsel-grep-base-command): Update. --- 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