nixos/home-manager/software/emacs/emacs.d/lib/yaml.el

7 lines
137 B
EmacsLisp
Raw Normal View History

2022-08-20 16:50:01 +02:00
(use-package yaml-mode
:defer t
:mode
(("\\.yml\\'" . yaml-mode)
("\\.yaml\\'" . yaml-mode))
2022-09-22 08:41:52 +02:00
:interpreter ("yml" . yml-mode))