doomemacs/modules/feature/jump/packages.el

9 lines
198 B
EmacsLisp
Raw Normal View History

2017-03-15 22:44:42 -04:00
;; -*- no-byte-compile: t; -*-
;;; feature/jump/packages.el
(package! dumb-jump)
2017-12-26 19:26:42 -05:00
(when (featurep! :completion ivy)
(package! ivy-xref))
(when (featurep! :completion helm)
(package! helm-xref))