diff --git a/modules/completion/helm/packages.el b/modules/completion/helm/packages.el index 10a3f8402..870759b66 100644 --- a/modules/completion/helm/packages.el +++ b/modules/completion/helm/packages.el @@ -6,10 +6,11 @@ (package! helm-c-yasnippet) (package! helm-company) (package! helm-describe-modes :recipe (:host github :repo "emacs-helm/helm-describe-modes")) -(package! helm-org) (package! helm-projectile) (package! swiper-helm) (when (featurep! +fuzzy) (package! helm-flx)) (when (and EMACS26+ (featurep! +childframe)) (package! posframe)) +(when (featurep! :lang org) + (package! helm-org))