mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
16 lines
384 B
EmacsLisp
16 lines
384 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; 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)
|
|
(package! helm-xref))
|