From 0e450503a432bd507fe36f27a1165b1948a82825 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 13 Jul 2015 15:17:06 +0900 Subject: [PATCH] emacs.el: Add --filename option in my-rgrep-ag --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index ec13914..a108396 100644 --- a/emacs.el +++ b/emacs.el @@ -2414,7 +2414,7 @@ If ARG is given or called with prefix argument, create new buffer." ;; the silver searcher ("ag" (executable-find "ag") - "ag --nocolor --nogroup --nopager ") + "ag --nocolor --nogroup --nopager --filename ") ;; ack ("ack"