Merge pull request #723 from Wilfred/master

Add recipe for mustache.el
This commit is contained in:
Steve Purcell 2013-04-28 07:43:09 -07:00
commit 8bdebe3430

5
recipes/mustache Normal file
View file

@ -0,0 +1,5 @@
(mustache
:repo "Wilfred/mustache.el"
:files ("mustache.el"
"mustache-lex.el" "mustache-render.el" "mustache-parse.el" )
:fetcher github)