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"