el-get/recipes/htmlize.rcp
Natan Yellin d1cb8e65a0 Fix htmlize recipe.
The downloaded elisp file was previously saved with the wrong
extension, causing (require 'htmlize) to fail.
2011-12-03 23:51:43 +02:00

9 lines
287 B
Plaintext

(:name htmlize
:website "http://www.emacswiki.org/emacs/Htmlize"
:description "Convert buffer text and decorations to HTML."
:type http
:url "http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi"
:localname "htmlize.el"
:feature htmlize
)