diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-12-01 11:48:30 +0100 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-12-01 11:48:30 +0100 |
commit | 4073bea453e52a922b991d48d1ded51693f08251 (patch) | |
tree | a885a605a9b2a24f1569d97ee5f2a9a76f4b63aa | |
parent | e276d0fb2f86944a93dc5bf57ad0389e9d5b84d8 (diff) |
-rw-r--r-- | .config/emacs/modules/mm-modeline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el index 88783c5..eaa852c 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -38,7 +38,7 @@ (propertize " (modified)" 'face 'mm-modeline-buffer-modified-face))) (defconst mm-modeline-mode-acronyms - '("css" "csv" "gsp" "html" "json" "mhtml" "scss" "toml" "tsv") + '("css" "csv" "gsp" "html" "json" "mhtml" "rfc" "scss" "toml" "tsv") "List of acronyms in major mode names that should be capitalized.") (defconst mm-modeline-remap-alist |