diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 19:10:03 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 19:10:03 +0200 |
commit | ff05cd29dde31ef238b873fe50655588a48df54d (patch) | |
tree | 47d3f5d0bfcf18b02d88b6baa0d1efff12750301 /lisp | |
parent | 4b8ed3bf044520cdfdbac1955ea56ea0f95fcfef (diff) |
header-line-format no comment face
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 1 insertions, 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 |