diff options
| author | Daniel <[email protected]> | 2024-02-08 04:32:29 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-02-08 04:32:29 -0500 |
| commit | 20a8a95ac5aaa2c56b8fb74647de3491fbec668a (patch) | |
| tree | 3c4e04eaa73d2854508a64c8751cd70a4aab6beb /bard-elisp | |
| parent | aaa378e721dfd012fdc592647451f9c9c755d7fe (diff) | |
remove space in narrow indicator
Diffstat (limited to 'bard-elisp')
| -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 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 |
