From 262da506ae52c619ce76b83488920cf4ae4b8b1b Mon Sep 17 00:00:00 2001 From: mousebot Date: Mon, 14 Mar 2022 12:50:23 +0100 Subject: add header line to update profile note buffer --- lisp/mastodon-profile.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/mastodon-profile.el') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 89dd02d..6065bdd 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -207,6 +207,10 @@ JSON is the data returned by the server." (buffer (get-buffer-create "*mastodon-update-profile*")) (inhibit-read-only t)) (switch-to-buffer-other-window buffer) + (setq-local header-line-format + (propertize + "Edit your profile note. C-c C-c to send, C-c C-k to cancel." + 'face font-lock-comment-face)) (mastodon-profile-update-mode t) (insert note) (goto-char (point-min)) -- cgit v1.2.3