diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-12 22:38:21 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-12 22:38:21 +0100 |
commit | 6c9c519e61849de2b7b6cec7f5b36878639587a3 (patch) | |
tree | 26ba7bcdc941683829fd156edac831ca43ec17b5 | |
parent | 9b3cd270e33097f7a4788ede44e05de4a2a7194f (diff) |
emacs: Add URL as an acryonym
-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 eaa852c..2981307 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" "rfc" "scss" "toml" "tsv") + '("css" "csv" "gsp" "html" "json" "mhtml" "rfc" "scss" "toml" "tsv" "url") "List of acronyms in major mode names that should be capitalized.") (defconst mm-modeline-remap-alist |