From a9bcecea9485fb78747ec1f82d30ea10a6d03f1a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Feb 2026 12:37:27 +0100 Subject: emacs: Capitalize ‘Narrow’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') 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 -- cgit v1.2.3