el-get/recipes/org-mind-map.rcp
2019-02-07 10:12:00 +01:00

10 lines
315 B
Plaintext

(:name org-mind-map
:type github
:pkgname "theodorewiles/org-mind-map"
:description "Create graphviz directed graphs from org-mode files"
:website "http://github.com/theodorewiles/org-mind-map"
:depends (dash org-mode)
:post-init
(progn
(require 'ox-org)))