diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-16 16:05:08 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-16 16:11:55 +0100 |
commit | bf7a1b445003f7e15d1e2b38f7635de142df19d1 (patch) | |
tree | f8bdf3498cfa14bfff8e02722bdbdb5b8421cfc8 /lisp/mastodon-discover.el | |
parent | 3995df553dac02aa9cb8a3d70c062bf10d047985 (diff) |
view instance binding
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index f16cdf6..b3819ed 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -91,7 +91,8 @@ ("G" "View follow suggestions" mastodon-tl--get-follow-suggestions) ("I" "View filters" mastodon-tl--view-filters) ("X" "View lists" mastodon-tl--view-lists) - ("s" "View scheduled toots" mastodon-tl--view-scheduled-toots)) + ("s" "View scheduled toots" mastodon-tl--view-scheduled-toots) + (";" "View instance description" mastodon-tl--view-instance-description)) ("Users" ("W" "Follow" mastodon-tl--follow-user) ("C-S-W" "Unfollow" mastodon-tl--unfollow-user) |