recipe: erc-social-graph

This commit is contained in:
David Holm 2016-04-04 15:38:00 +02:00
parent 877c106727
commit 434bb75f03

View File

@ -0,0 +1,7 @@
(:name erc-social-graph
:description "A social network graph module for ERC."
:type github
:pkgname "vibhavp/erc-social-graph"
:depends (erc)
:prepare (progn
(autoload 'erc-social-graph-enable "erc-social-graph")))