diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-07 08:07:55 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-07 08:07:55 -0500 |
| commit | 95209466881d3e6fd4f0d097358b16842d83ec6d (patch) | |
| tree | 4af9ef7f05a29b0389c203b86168bfaa1e1169df /pearl.el | |
| parent | e2208276021def42dadd5e422aa96e9004040dd9 (diff) | |
| download | pearl-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.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
