diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:37:27 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:37:27 +0100 |
| commit | a9bcecea9485fb78747ec1f82d30ea10a6d03f1a (patch) | |
| tree | eab08bf60196e5ca61170de859fc78045f350da9 /.config | |
| parent | e0781c47e1b35694980b7bd0441cbe3c1b68e387 (diff) | |
emacs: Capitalize ‘Narrow’
Diffstat (limited to '.config')
| -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 dcda463..9a35d04 100644 --- a/.config/emacs/modules/mm-modeline.el +++ b/.config/emacs/modules/mm-modeline.el @@ -102,7 +102,7 @@ the text it should be mapped to.") (mm-modeline--define-component mm-modeline-narrow (when (buffer-narrowed-p) (propertize - " Narrow " + " NARROW " 'face 'mm-modeline-narrow-face))) (mm-modeline--define-component mm-modeline-git-branch |