doomemacs/modules/completion/helm/packages.el

17 lines
446 B
EmacsLisp
Raw Normal View History

2017-02-14 10:12:02 +08:00
;; -*- no-byte-compile: t; -*-
;;; completion/helm/packages.el
(package! helm)
(package! helm-rg)
(package! helm-c-yasnippet)
(package! helm-company)
(package! helm-describe-modes :recipe (:host github :repo "emacs-helm/helm-describe-modes"))
(package! helm-projectile)
(package! swiper-helm)
2018-05-30 16:54:25 +08:00
(when (featurep! +fuzzy)
(package! helm-flx))
(when (featurep! +childframe)
2018-05-30 11:55:09 +08:00
(package! posframe))
(when (featurep! :lang org)
(package! helm-org))