el-get/recipes/mustache-mode.rcp

9 lines
370 B
Plaintext
Raw Normal View History

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