From 95209466881d3e6fd4f0d097358b16842d83ec6d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Jun 2026 08:07:55 -0500 Subject: style(render): space the account name from Pearl in the lighter --- pearl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pearl.el') 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 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 -- cgit v1.2.3