aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-03 21:37:06 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-03 21:37:53 +0200
commita74340a72789ed12011d3f8618449bbe515a7e77 (patch)
tree055d51785ee1bb402f5b76813edb33be25a8d53e /lisp/mastodon-discover.el
parent04f7ff92335642969cf7202f7dc81ac8532684e9 (diff)
update discover bindings for profile followers/following
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 c246e8a..c8a40c9 100644
--- a/lisp/mastodon-discover.el
+++ b/lisp/mastodon-discover.el
@@ -89,8 +89,8 @@
("-" "zoom out" 'image-decrease-size)
("u" "copy URL" 'shr-maybe-probe-and-copy-url))
("Profile view"
- ("o" "Show following" mastodon-profile--open-following)
- ("O" "Show followers" mastodon-profile--open-followers)
+ ("g" "Show following" mastodon-profile--open-following)
+ ("s" "Show followers" mastodon-profile--open-followers)
("R" "View follow requests" mastodon-profile--view-follow-requests)
("a" "Accept follow request" mastodon-profile--follow-request-accept)