1 2 3 4
;; yaml-mode (require-package 'yaml-mode) (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)) (provide 'init-yaml)