From 9f2a0d05f61d195585d8e63b95d730b725565867 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 27 May 2017 03:45:28 +1000 Subject: [PATCH] swiper: case insensitive grep --- lisp/{my-completion.el => my-swiper.el} | 2 ++ 1 file changed, 2 insertions(+) rename lisp/{my-completion.el => my-swiper.el} (89%) diff --git a/lisp/my-completion.el b/lisp/my-swiper.el similarity index 89% rename from lisp/my-completion.el rename to lisp/my-swiper.el index 5301947..7d1948f 100644 --- a/lisp/my-completion.el +++ b/lisp/my-swiper.el @@ -15,4 +15,6 @@ (setq counsel-git-cmd "git ls-files --full-name --cached --others --exclude-standard --") (setq counsel-git-grep-cmd-default "git --no-pager grep --full-name -n --no-color --untracked -i -e %S") +(setq counsel-grep-base-command "grep -niE '%s' %s") + (ivy-mode 1) -- 2.39.2