el-get/recipes/org-redmine.rcp
2014-05-19 14:20:48 +02:00

9 lines
347 B
Plaintext

(:name org-redmine
:type github
:description "Redmine tools using Emacs OrgMode."
:pkgname "gongo/org-redmine"
:depends (json anything)
:prepare (progn
(autoload 'org-redmine-anything-show-issue-all "org-redmine" nil t)
(autoload 'org-redmine-get-issue "org-redmine" nil t)))