feature/jump: remove gxref + commented out ggtags config

This commit is contained in:
Henrik Lissner 2017-12-26 19:26:59 -05:00
parent 48539dacbc
commit e8b9c7dba7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 32 deletions

View file

@ -104,28 +104,3 @@ properties:
((featurep! :completion helm) 'helm)
(t 'popup))))
(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
;; :commands (ggtags-find-tag-dwim
;; ggtags-find-tag-mouse
;; ggtags-find-definition
;; ggtags-find-reference
;; ggtags-find-other-symbol
;; ggtags-find-tag-regexp
;; ggtags-idutils-query
;; ggtags-grep
;; ggtags-find-file
;; ggtags-query-replace
;; ggtags-delete-tags
;; ggtags-explain-tags))

View file

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