aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-20 12:46:52 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-20 12:46:52 +0200
commit43baced1733b318a4fbe0a2ddba02c252f109c41 (patch)
tree7b0475d0d2f3e9b5164d10167a8372d8c95d9d38 /lisp/mastodon-discover.el
parentb8838b8a2fb8932227c4daf2cf823ad9d0e1eea6 (diff)
parent7be929c123d8ce94934a8b6f7c214df1d0bc346f (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r--lisp/mastodon-discover.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el
index c8a40c9..f33b25d 100644
--- a/lisp/mastodon-discover.el
+++ b/lisp/mastodon-discover.el
@@ -90,8 +90,8 @@
("u" "copy URL" 'shr-maybe-probe-and-copy-url))
("Profile view"
("g" "Show following" mastodon-profile--open-following)
- ("s" "Show followers" mastodon-profile--open-followers)
-
+ ("s" "Show followers" mastodon-profile--open-followers)
+ ("C-c C-c" "Cycle profile views" mastodon-profile-account-view-cycle)
("R" "View follow requests" mastodon-profile--view-follow-requests)
("a" "Accept follow request" mastodon-profile--follow-request-accept)
("j" "Reject follow request" mastodon-profile--follow-request-reject)