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