Add gxref: ggtags backend for xref

This commit is contained in:
Henrik Lissner 2017-05-21 14:11:52 +02:00
parent 3b56f41c20
commit 546c672f8a
2 changed files with 11 additions and 1 deletions

View file

@ -47,7 +47,16 @@
(def-package! dumb-jump
:commands (dumb-jump-go dumb-jump-quick-look dumb-jump-back)
:config
(setq dumb-jump-default-project doom-emacs-dir))
(def-package! gxref
:commands (gxref-xref-backend
gxref-create-db
gxref-update-db
gxref-single-update-db
gxref-set-project-dir)
:init
(setq-default xref-backend-functions '(gxref-xref-backend t)))
;; (def-package! ggtags

View file

@ -2,6 +2,7 @@
;;; feature/jump/packages.el
(package! dumb-jump)
(package! gxref)
;; (package! ggtags)
;; (cond ((featurep! :completion ivy)
;; (package! counsel-gtags))