From 2b0f3c2b443329703025a6c46a6886a97ae273c7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 1 Dec 2014 13:59:55 +0900 Subject: [PATCH] emacs.el: Update my-rgrep ack command --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2075521..0da3167 100644 --- a/emacs.el +++ b/emacs.el @@ -2223,7 +2223,7 @@ ARG is ignored." ;; ack ("ack" (executable-find "ack") - "ack --nocolor --nogroup --nopager ") + "ack --nocolor --nogroup --nopager --with-filename") ;; gnu global ("global"