adding recipe for mustache.el

This commit is contained in:
Wilfred Hughes 2013-04-28 11:08:31 +01:00
parent a4654b3646
commit 7365552133

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)