Blob Blame History Raw
(autoload 'yaml-mode "yaml-mode" "YAML mode" t)
(add-to-list 'auto-mode-alist '("\\.e?ya?ml\\'" . yaml-mode))