aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-16 16:05:08 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-16 16:11:55 +0100
commitbf7a1b445003f7e15d1e2b38f7635de142df19d1 (patch)
treef8bdf3498cfa14bfff8e02722bdbdb5b8421cfc8 /lisp/mastodon.el
parent3995df553dac02aa9cb8a3d70c062bf10d047985 (diff)
view instance binding
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 384c4c3..1c3136c 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -206,6 +206,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "a") #'mastodon-toot--translate-toot-text))
(define-key map (kbd "s") #'mastodon-tl--view-scheduled-toots)
(define-key map (kbd "M-C-q") #'mastodon-kill-all-buffers)
+ (define-key map (kbd ";") #'mastodon-tl--view-instance-description)
map)
"Keymap for `mastodon-mode'.")