Browse Source

Fix ggtags

master
10sr 6 years ago
parent
commit
d5ecc3a7e4
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el View File

@@ -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


Loading…
Cancel
Save