From ff05cd29dde31ef238b873fe50655588a48df54d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 19:10:03 +0200 Subject: header-line-format no comment face --- lisp/mastodon-profile.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 8f38a52..830e6ac 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -259,9 +259,7 @@ NO-REBLOGS means do not display boosts in statuses." (switch-to-buffer-other-window buffer) (text-mode) (mastodon-tl--set-buffer-spec (buffer-name buffer) "accounts/verify_credentials" nil) - (setq-local header-line-format - (propertize msg-str - 'face 'font-lock-comment-face)) + (setq-local header-line-format msg-str) (mastodon-profile-update-mode t) (insert (propertize (concat (propertize "0" 'note-counter t -- cgit v1.2.3