mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
feature/jump: remove gxref + commented out ggtags config
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user