소스 검색

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"


불러오는 중...
취소
저장