el-get/recipes/rhtml-mode.rcp
2012-02-28 16:39:10 -08:00

8 lines
294 B
Plaintext

(:name rhtml-mode
:description "Major mode for editing RHTML files"
:type github
:pkgname "eschulte/rhtml"
:prepare (progn
(autoload 'rhtml-mode "rhtml-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.html\.erb$" . rhtml-mode))))