Ver código fonte

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

pull/15/head
10sr 11 anos atrás
pai
commit
0e450503a4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver arquivo

@@ -2414,7 +2414,7 @@ If ARG is given or called with prefix argument, create new buffer."
;; the silver searcher ;; the silver searcher
("ag" ("ag"
(executable-find "ag") (executable-find "ag")
"ag --nocolor --nogroup --nopager ")
"ag --nocolor --nogroup --nopager --filename ")


;; ack ;; ack
("ack" ("ack"


Carregando…
Cancelar
Salvar