From 5cd25e89696dc3aa5db5b4f36bae317547c69802 Mon Sep 17 00:00:00 2001 From: mousebot Date: Fri, 22 Oct 2021 23:17:25 +0200 Subject: bookmark-toot keybinding --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon.el') 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) -- cgit v1.2.3