branch: master commit de0e5418c05e1e911f53b792592ca73db3840d97 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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