mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
198 B
EmacsLisp
9 lines
198 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/jump/packages.el
|
|
|
|
(package! dumb-jump)
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-xref))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-xref))
|