Add a recipe for helm-org

Helm for org headlines and keywords completion.
This commit is contained in:
Vedang Manerikar 2020-02-05 09:46:30 +05:30
parent 279eefb074
commit ea5980fda1

8
recipes/helm-org.rcp Normal file
View File

@ -0,0 +1,8 @@
(: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")