doomemacs/modules/completion/helm/packages.el

15 lines
413 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-ag)
(package! helm-c-yasnippet)
(package! helm-company)
(package! helm-describe-modes :recipe (:fetcher 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))
2018-05-30 11:55:09 +08:00
(when (and EMACS26+ (featurep! +childframe))
(package! posframe))