]> code.delx.au - gnu-emacs-elpa/blobdiff - counsel.el
Speed up counsel-grep by up to 40 times
[gnu-emacs-elpa] / counsel.el
index e0b421d5afe1462f570a4117b6d3fdc253f3c564..c64b10ef094d20f01bdcbf3ec04c6ba059f7977a 100644 (file)
@@ -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