summaryrefslogtreecommitdiffstats
path: root/lisp/init-yaml.el
blob: 189210862e2ed76cad411c8e893d0c368ae26b54 (plain) (blame)
1
2
3
4
5
6
(use-package yaml-mode
  :mode
  ;; ansible group_vars and host_vars
  ("/\\(group\\|host\\)_vars/" . yaml-mode))

(provide 'init-yaml)