el-get/recipes/rhtml-mode.rcp
2012-02-22 14:46:21 -08:00

8 lines
316 B
Plaintext

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