From 2cd8a9a38fe6a4562d696e1fd15b4de3acae641e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 12 Oct 2023 17:45:59 +0200 Subject: profile:message cycle binding --- lisp/mastodon-profile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index d849e68..a05087f 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -651,7 +651,8 @@ HEADERS means also fetch link headers for pagination." (mastodon-profile--insert-statuses-pinned pinned) (setq mastodon-tl--update-point (point))) ; updates after pinned toots (funcall update-function json))) - (goto-char (point-min))))) + (goto-char (point-min)) + (message "`C-c' `C-c' to cycle profile views.")))) (defun mastodon-profile--format-joined-date-string (joined) "Format a human-readable Joined string from timestamp JOINED. -- cgit v1.2.3