소스 검색

Fix ggtags

master
10sr 6 년 전
부모
커밋
d5ecc3a7e4
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 파일 보기

@@ -1420,9 +1420,9 @@ condition to choose COMMAND when evaluated.")

;; gnu global
("global"
(and (require 'gtags nil t)
(and (require 'ggtags nil t)
(executable-find "global")
(gtags-get-rootpath))
(ggtags-current-project-root))
"global --result grep ")

;; grep


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