summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-editing.el
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-12-22 13:18:13 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-12-22 13:18:13 +0200
commit219b79ccd842e73a9862b521b6ed7a5985cba999 (patch)
tree3faec3dff7706499b3e6e7dd5a15fbd8d1d3a5af /.config/emacs/modules/mm-editing.el
parent1ee82918ed3d0bbbe3df047eaf9f5cb70e4b36db (diff)
emacs: YAML support
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r--.config/emacs/modules/mm-editing.el4
1 files changed, 4 insertions, 0 deletions
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