aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-28 13:50:32 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-28 13:50:32 +0100
commit36b6a905957c9207b7a5b738f3744745f7b088dd (patch)
tree4a549305f0060b993c1e8dab2d3c58c51a22ef59 /lisp/mastodon-discover.el
parent3f98af1a063da1aa863530b266a69fc1361a7b88 (diff)
bindings for list-toot-favouriters/boosters
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r--lisp/mastodon-discover.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el
index b3819ed..57c1aa0 100644
--- a/lisp/mastodon-discover.el
+++ b/lisp/mastodon-discover.el
@@ -72,7 +72,9 @@
("P" "View user profile" mastodon-profile--show-user)
("a" "Translate toot at point" mastodon-toot--translate-toot-text)
("T" "View thread" mastodon-tl--thread)
- ("v" "Vote on poll" mastodon-tl--poll-vote))
+ ("v" "Vote on poll" mastodon-tl--poll-vote)
+ ("," "View toot's favouriters" mastodon-toot--list-toot-favouriters)
+ ("." "View toot's boosters" mastodon-toot--list-toot-boosters))
("Views"
("h/?" "View mode help/keybindings" describe-mode)
("#" "Tag search" mastodon-tl--get-tag-timeline)