aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
committerCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
commit95209466881d3e6fd4f0d097358b16842d83ec6d (patch)
tree4af9ef7f05a29b0389c203b86168bfaa1e1169df /pearl.el
parente2208276021def42dadd5e422aa96e9004040dd9 (diff)
downloadpearl-95209466881d3e6fd4f0d097358b16842d83ec6d.tar.gz
pearl-95209466881d3e6fd4f0d097358b16842d83ec6d.zip
style(render): space the account name from Pearl in the lighter
Diffstat (limited to 'pearl.el')
-rw-r--r--pearl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/pearl.el b/pearl.el
index 205374b..522af9a 100644
--- a/pearl.el
+++ b/pearl.el
@@ -683,11 +683,11 @@ Refreshed by the redecorate pass (`pearl--refresh-modified-count'); read by
(defun pearl--mode-line-lighter ()
"Return the `pearl-mode' mode-line lighter, naming the active account.
-\" Pearl[work]\" when accounts are configured and one is active, plain
+\" Pearl [work]\" when accounts are configured and one is active, plain
\" Pearl\" in legacy single-account mode, with \" N <glyph> changed\" appended
when the buffer holds unsaved tickets and `pearl-show-modified-indicator' is on."
(let ((base (if (and pearl-accounts pearl-active-account)
- (format " Pearl[%s]" pearl-active-account)
+ (format " Pearl [%s]" pearl-active-account)
" Pearl")))
(if (and pearl-show-modified-indicator (> pearl--modified-count 0))
(concat base (format pearl-modified-mode-line-format