diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-05-14 21:45:24 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-05-14 21:45:24 +0200 |
commit | 49c88dc0dcb81898e609f4ec51388311cb2b8c71 (patch) | |
tree | ebe5d6aec05c0bd11dba6b6b3ba86eb0f13eaa51 | |
parent | b931361385c24dedc44a2e2e6597b250f6820e0b (diff) |
emacs: Add SQL as a modeline abbrev
-rw-r--r-- | .config/emacs/modules/mm-modeline.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el index eae4dce..dd42f6f 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -38,7 +38,8 @@ (propertize " (modified)" 'face 'mm-modeline-buffer-modified-face))) (defconst mm-modeline-mode-acronyms - '("css" "csv" "gsp" "html" "json" "mhtml" "rfc" "scss" "toml" "tsv" "url") + '("css" "csv" "gsp" "html" "json" "mhtml" "rfc" "scss" "sql" "toml" "tsv" + "url") "List of acronyms in major mode names that should be capitalized.") (defconst mm-modeline-remap-alist |