Add some minimal default configuration for YAML files

This commit is contained in:
Daniel - 2023-09-14 16:19:10 +02:00
parent 6e20565ef0
commit 1b860b9273
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 5 additions and 0 deletions

View File

@ -3189,6 +3189,11 @@ eventuelly be set to nil, however)."
which-key-side-window-max-height 0.25)
:config (which-key-setup-side-window-bottom))
(use-package yaml-mode
:ensure t
:config (progn
(add-hook 'yaml-mode-hook #'highlight-indentation-mode)))
;; * Load customizations