Add recipe for org-mind-map

This commit is contained in:
Rafael Laboissiere 2019-02-07 10:12:00 +01:00
parent 9c48d64852
commit 690c5bb18a

9
recipes/org-mind-map.rcp Normal file
View File

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