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

11 lines
432 B
Plaintext

(:name mustache-mode
:description "Emacs Major Mode for Mustache"
:features mustache-mode
:type git
:url "https://github.com/mustache/emacs.git"
:post-init (progn
(add-to-list 'auto-mode-alist
'("\\.hs$" . mustache-mode))
(add-to-list 'auto-mode-alist
'("\\.handlebars$" . mustache-mode))))