el-get/recipes/rhtml-mode.rcp

8 lines
288 B
Plaintext
Raw Normal View History

2011-01-24 19:48:13 +08:00
(:name rhtml-mode
:description "Major mode for editing RHTML files"
:type github
:pkgname "eschulte/rhtml"
:post-init (lambda ()
(autoload 'rhtml-mode "rhtml-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.html\.erb$" . rhtml-mode))))