aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-02-01 13:53:11 -0500
committerDaniel <[email protected]>2024-02-01 13:53:11 -0500
commitb7d91fdf7a988ada0bd3442c56c29a0b3a73fe49 (patch)
treef1f969457cff0774f33eede393ac92fe943f4009 /bard-elisp
parent57ba40046cff58c1bd23dcc4183392ab1fdf2745 (diff)
fix narrow mode indicator
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-modeline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-modeline.el b/bard-elisp/bard-modeline.el
index 5e8d0a4..df6183b 100644
--- a/bard-elisp/bard-modeline.el
+++ b/bard-elisp/bard-modeline.el
@@ -250,7 +250,7 @@ Specific to the current window's mode line.")
(when (and (mode-line-window-selected-p)
(buffer-narrowed-p)
(not (derived-mode-p 'Info-mode 'help-mode 'special-mode 'message-mode)))
- (propertize " Narrow " 'face 'prot-modeline-indicator-cyan-bg)))
+ (propertize " Narrow " 'face 'prot-modeline-indicator-cyan-bg)))
"Mode line construct to report the multilingual environment.")
;;;; Input method