From ea76e11061bda059ae9f9ad130a9895cc85607db Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 27 Nov 2024 20:53:35 +0100 Subject: emacs: Add remappings for git modes --- .config/emacs/modules/mm-modeline.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.config/emacs/modules') 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 -- cgit v1.2.3