el-get/recipes/html5.rcp

13 lines
411 B
Plaintext
Raw Normal View History

2011-12-02 21:58:04 +08:00
(:name html5
:website "http://github.com/hober/html5-el"
:description "Umbrella project for projects adding HTML5 support to Emacs.
This recipe is a work in progress."
:type git
:url "http://github.com/hober/html5-el"
2012-12-08 13:32:34 +08:00
:post-init (eval-after-load
2011-12-02 21:58:04 +08:00
"rng-loc"
'(add-to-list 'rng-schema-locating-files (concat el-get-dir "html5/schemas.xml")))
2011-12-19 02:29:26 +08:00
:features whattf-dt
2011-12-02 21:58:04 +08:00
:build ("make relaxng"))