]> code.delx.au - gnu-emacs-elpa/commitdiff
Speed up counsel-grep by up to 40 times
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 7 Apr 2016 19:44:16 +0000 (21:44 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 7 Apr 2016 19:44:16 +0000 (21:44 +0200)
* counsel.el (counsel-grep-base-command): Update.

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