Parcourir la source

Fix ggtags

master
10sr il y a 6 ans
Parent
révision
d5ecc3a7e4
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer