Browse Source

emacs.el: Add --filename option in my-rgrep-ag

pull/15/head
10sr 9 years ago
parent
commit
0e450503a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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"


Loading…
Cancel
Save