el-get/recipes/helm-org.rcp
Vedang Manerikar ea5980fda1 Add a recipe for helm-org
Helm for org headlines and keywords completion.
2020-02-05 09:46:30 +05:30

9 lines
298 B
Plaintext

(:name helm-org
:description "Helm for org headlines and keywords completion."
:type github
:depends (org-mode helm)
;; Generates autoloads which require helm-easymenu, which is
;; not on the loadpath.
:autoloads nil
:pkgname "emacs-helm/helm-org")