소스 검색

fix search f

pull/1/head
10sr 11 년 전
부모
커밋
2a4201e74a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 파일 보기

@@ -902,14 +902,14 @@ If called intearctively, find word at point."
(if (and (require 'gtags nil t)
(gtags-get-rootpath))
(gtags-goto-tag word "s")
(require 'grep)
(if (eq 0
(shell-command "git rev-parse --git-dir"))
(compilation-start (format "git --no-pager grep -nH -e '%s'"
word)
'grep-mode)
;; TODO: handle ack
(grep (format "%s '%s' -r ."
grep-command
(grep (format "grep -nH -e '%s' -r ."
word))))
(message "No word at point.")
nil))


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