Add peg recipe so hs-mode can depend on it

It is just a simple emacswiki recipe, but it needs to be added so that
hs-mode doesn't depend on first running el-get-emacswiki-refresh.
This commit is contained in:
Ryan C. Thompson 2012-02-18 17:24:25 -08:00
parent b3dca5108a
commit 412df12e98

4
recipes/peg.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name peg
:type emacswiki
:description "Parsing Expression Grammars in Emacs Lisp"
:website "http://www.emacswiki.org/emacs/download/peg.el")