mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
8 lines
138 B
EmacsLisp
8 lines
138 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/hydra/packages.el
|
|
|
|
(package! hydra)
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-hydra))
|
|
|