浏览代码

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


正在加载...
取消
保存