ソースを参照

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

pull/15/head
10sr 9年前
コミット
0e450503a4
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
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"


読み込み中…
キャンセル
保存