diff options
author | mousebot <mousebot@riseup.net> | 2021-10-24 10:01:46 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-24 10:01:46 +0200 |
commit | 36f9fe238b778d76809facd3d66120c2166f2c30 (patch) | |
tree | d8ff1355c03fd03b99d65ebf6c037c05b74b1443 /lisp/mastodon.el | |
parent | 5cd25e89696dc3aa5db5b4f36bae317547c69802 (diff) | |
parent | 67e515edbbaa660757ecdcf87bbdfe353eb652f2 (diff) |
Merge branch 'develop' into imgcaching
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 57f5721..7f4b773 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -82,6 +82,7 @@ (autoload 'mastodon-tl--poll-vote "mastodon-http") (autoload 'mastodon-toot--delete-and-redraft-toot "mastodon-toot") (autoload 'mastodon-profile--view-bookmarks "mastodon-profile") +(autoload 'mastodon-toot--bookmark-toot-toggle "mastodon-toot") (defgroup mastodon nil "Interface with Mastodon." @@ -158,7 +159,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-toot--bookmark-toot-toggle) (define-key map (kbd "K") #'mastodon-profile--view-bookmarks) map) |