summaryrefslogtreecommitdiffstats
path: root/lisp/init-yaml.el
blob: b53ddfba41ef98274df5ffc323f4c9dd3ef076e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
;;; init-yaml.el --- configure yaml language support
;;; Commentary:
;;; Code:

(use-package yaml-mode
  :ensure t)

(provide 'init-yaml)

;;; init-yaml.el ends here