diff options
| author | Daniel <[email protected]> | 2024-02-01 13:53:11 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-02-01 13:53:11 -0500 |
| commit | b7d91fdf7a988ada0bd3442c56c29a0b3a73fe49 (patch) | |
| tree | f1f969457cff0774f33eede393ac92fe943f4009 /bard-elisp/bard-modeline.el | |
| parent | 57ba40046cff58c1bd23dcc4183392ab1fdf2745 (diff) | |
fix narrow mode indicator
Diffstat (limited to 'bard-elisp/bard-modeline.el')
| -rw-r--r-- | bard-elisp/bard-modeline.el | 2 |
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 |
