diff options
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 |
