2017-02-13 21:12:02 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/helm/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(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)
|
2018-08-04 19:52:09 +02:00
|
|
|
(package! swiper-helm)
|
2018-05-30 10:54:25 +02:00
|
|
|
(when (featurep! +fuzzy)
|
|
|
|
(package! helm-flx))
|
2018-05-30 13:55:09 +10:00
|
|
|
(when (and EMACS26+ (featurep! +childframe))
|
|
|
|
(package! posframe))
|