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)
|
2019-12-05 16:10:46 -05:00
|
|
|
(package! helm-rg)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! helm-c-yasnippet)
|
|
|
|
(package! helm-company)
|
2019-07-21 15:39:45 +02:00
|
|
|
(package! helm-describe-modes :recipe (:host github :repo "emacs-helm/helm-describe-modes"))
|
2017-02-23 00:06:12 -05:00
|
|
|
(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))
|
2019-11-07 12:49:30 -05:00
|
|
|
(when (featurep! +childframe)
|
2018-05-30 13:55:09 +10:00
|
|
|
(package! posframe))
|
2019-09-29 02:00:47 -04:00
|
|
|
(when (featurep! :lang org)
|
|
|
|
(package! helm-org))
|