Add support yaml-mode

This commit is contained in:
Jesús
2018-08-31 21:02:39 -05:00
parent f18582dfd2
commit 300d7e70f6
3 changed files with 6 additions and 1 deletions

4
lisp/init-yaml.el Normal file
View File

@@ -0,0 +1,4 @@
;; yaml-mode
(require-package 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
(provide 'init-yaml)