el-get/recipes/rhtml-mode.rcp

8 lines
316 B
Plaintext
Raw Normal View History

2011-01-24 19:48:13 +08:00
(:name rhtml-mode
:description "Major mode for editing RHTML files"
2011-01-24 19:48:13 +08:00
: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))))