branch: elpa/gnosis commit 3e572fe0b74ad5cda7ab156a81d344d5164e7aa5 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
review-header: Minor aesthetic changes. --- gnosis.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 3b9ddb0837..9202916826 100644 --- a/gnosis.el +++ b/gnosis.el @@ -1319,9 +1319,10 @@ NOTE-COUNT: Number of notes reviewed for current session." (with-current-buffer (get-buffer-create "*gnosis*") (setq-local header-line-format (gnosis-center-string - (format "Reviewed: %s | Due: %s" + (format "%s %s %s" (propertize (number-to-string note-count) 'face 'font-lock-type-face) + (propertize "|" 'face 'font-lock-comment-face) (propertize (number-to-string gnosis-due-notes-total) 'face 'gnosis-face-false))))))