7 lines
138 B
EmacsLisp
7 lines
138 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/hydra/packages.el
|
|
|
|
(package! hydra)
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-hydra))
|
|
|