diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 11:47:04 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 11:47:04 +0200 |
commit | 3e0badc4af1b128e139d833f29cdc5ee643973cf (patch) | |
tree | 8539d72cebb26814037bf96506104c09fa0e74a7 /lisp | |
parent | 44a075c5e910c755e3916e9132c09bb3cbce1620 (diff) |
also message profile search binding
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 9f15c91..233eb15 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -665,7 +665,8 @@ HEADERS means also fetch link headers for pagination." (message (substitute-command-keys ;; "\\[mastodon-profile--account-view-cycle]" ; not always bound? - "\\`C-c C-c' to cycle profile views: toots, followers, following."))))) + "\\`C-c C-c' to cycle profile views: toots, followers, following. +\\`C-c C-s' to search user's toots."))))) (defun mastodon-profile--format-joined-date-string (joined) "Format a human-readable Joined string from timestamp JOINED. |