el-get/recipes/yaml-mode.rcp

9 lines
341 B
Plaintext
Raw Normal View History

(:name yaml-mode
:description "Simple major mode to edit YAML file for emacs"
:type github
:pkgname "yoshiki/yaml-mode"
:post-init (progn
(autoload 'yaml-mode "yaml-mode" nil t)
(add-to-list 'auto-mode-alist
'("\\.ya?ml\\'" . yaml-mode))))