소스 검색

Try git-grep first for rgrep

master
10sr 6 년 전
부모
커밋
7147c1341a
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      emacs.el

+ 6
- 6
emacs.el 파일 보기

@@ -1456,6 +1456,12 @@ the list."

(defvar my-rgrep-alist
`(
;; git grep
("gitgrep"
(eq 0
(shell-command "git rev-parse --git-dir"))
"git --no-pager -c color.grep=false grep -nH -e ")

;; the silver searcher
("ag"
(executable-find "ag")
@@ -1473,12 +1479,6 @@ the list."
(gtags-get-rootpath))
"global --result grep ")

;; git grep
("gitgrep"
(eq 0
(shell-command "git rev-parse --git-dir"))
"git --no-pager -c color.grep=false grep -nH -e ")

;; grep
("grep"
t


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