diff options
Diffstat (limited to '.config/emacs/modules')
| -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 |