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