Add support yaml-mode
This commit is contained in:
4
lisp/init-yaml.el
Normal file
4
lisp/init-yaml.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;; yaml-mode
|
||||
(require-package 'yaml-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
|
||||
(provide 'init-yaml)
|
||||
Reference in New Issue
Block a user