aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-02-08 04:32:29 -0500
committerDaniel <[email protected]>2024-02-08 04:32:29 -0500
commit20a8a95ac5aaa2c56b8fb74647de3491fbec668a (patch)
tree3c4e04eaa73d2854508a64c8751cd70a4aab6beb /bard-elisp
parentaaa378e721dfd012fdc592647451f9c9c755d7fe (diff)
remove space in narrow 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 df6183b..5e8d0a4 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