summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-27 20:53:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-27 20:53:35 +0100
commitea76e11061bda059ae9f9ad130a9895cc85607db (patch)
tree5c8a666add1237b522969e951b3ba5bebe749506
parent5f0be2354aebd1ee0df8caecf3f3df5c0139cc71 (diff)
emacs: Add remappings for git modes
-rw-r--r--.config/emacs/modules/mm-modeline.el15
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/emacs/modules/mm-modeline.el b/.config/emacs/modules/mm-modeline.el
index e42b670..88783c5 100644
--- a/.config/emacs/modules/mm-modeline.el
+++ b/.config/emacs/modules/mm-modeline.el
@@ -42,12 +42,15 @@
"List of acronyms in major mode names that should be capitalized.")
(defconst mm-modeline-remap-alist
- '(("Bmenu" . "BMenu")
- ("Bsdmake" . "BSD Make")
- ("Gmake" . "GMake")
- ("Imake" . "IMake")
- ("Js" . "JavaScript")
- ("Ts Mode" . "Tree-Sitter Mode"))
+ '(("Bmenu" . "BMenu")
+ ("Bsdmake" . "BSD Make")
+ ("Gitattributes" . "Git Attributes")
+ ("Gitconfig" . "Git Config")
+ ("Gitignore" . "Git Ignore")
+ ("Gmake" . "GMake")
+ ("Imake" . "IMake")
+ ("Js" . "JavaScript")
+ ("Ts Mode" . "Tree-Sitter Mode"))
"Alist of substrings in major mode names that should be remapped.
Some major modes have substrings that would be better displayed in
another manner. For example expanding an abbreviation such as ‘Js’ to