Re-enable some settings.

This commit is contained in:
Tom Alexander
2023-09-09 01:44:01 -04:00
parent 8707a7941a
commit d229447149
4 changed files with 36 additions and 19 deletions

View File

@@ -12,6 +12,7 @@
("environments/[^/]*/group_vars/[^/]*\\'" . yaml-ts-mode)
("environments/[^/]*/host_vars/[^/]*\\'" . yaml-ts-mode)
)
:commands (yaml-ts-mode)
:hook (
(yaml-ts-mode . (lambda ()
(add-hook 'before-save-hook 'yaml-format-buffer nil 'local)