aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-22 23:17:25 +0200
committermousebot <mousebot@riseup.net>2021-10-22 23:53:14 +0200
commit143dc33f576fe9a6a4bff38d6f732efa2aede654 (patch)
tree9d47e93ab45477847c05a8a9bdb107b79bb60287 /lisp
parenta131a846daaf82061cff37f42ed16445dcdbe36a (diff)
bookmark-toot keybinding
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 387e9eb..57f5721 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -158,6 +158,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "a") #'mastodon-notifications--follow-request-accept-notifs)
(define-key map (kbd "j") #'mastodon-notifications--follow-request-reject-notifs)
(define-key map (kbd "v") #'mastodon-tl--poll-vote)
+ (define-key map (kbd "k") #'mastodon-toot--bookmark-toot)
(define-key map (kbd "K") #'mastodon-profile--view-bookmarks)
map)