From 219b79ccd842e73a9862b521b6ed7a5985cba999 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Dec 2025 13:18:13 +0200 Subject: emacs: YAML support --- .config/emacs/modules/mm-editing.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/emacs/modules/mm-editing.el') diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 6054f5a..58c015b 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -396,6 +396,10 @@ is as described by `emmet-expand-line'." :vc-backend Git) :ensure t) +(use-package yaml-pro + :hook ((yaml-mode . yaml-pro-mode) + (yaml-ts-mode . yaml-pro-ts-mode))) + ;;; Mode-Specific Configurations -- cgit v1.2.3