diff options
author | mousebot <mousebot@riseup.net> | 2021-10-22 23:17:25 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-22 23:17:25 +0200 |
commit | 5cd25e89696dc3aa5db5b4f36bae317547c69802 (patch) | |
tree | d6f861ff7592df869fbbda61645e9c6142c19c98 | |
parent | 2ca3e65b147645c3278004571313437b8e85e9e5 (diff) |
bookmark-toot keybinding
-rw-r--r-- | lisp/mastodon.el | 1 |
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) |