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-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/mm-modeline.el') diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el index 44fc115..57f464d 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -39,7 +39,7 @@ (defconst mm-modeline-mode-acronyms '("css" "csv" "gsp" "html" "json" "mhtml" "rfc" "scss" "sql" "toml" "tsv" - "url") + "url" "yaml") "List of acronyms in major mode names that should be capitalized.") (defconst mm-modeline-remap-alist -- cgit v1.2.3