aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 21:59:37 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 21:59:37 +0100
commit6b96ee401ff5eb2d3e459660d6f58abc59915068 (patch)
tree629cb86861d5953a187bc5f25a228c1eb50f0592 /lisp/mastodon.el
parente941cd79e50deb84c91788fa0a9e8b9c5b3ec460 (diff)
rename bookmark toggle
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index ae8a795..075aa6a 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -169,6 +169,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "b") #'mastodon-toot--toggle-boost)
(define-key map (kbd "c") #'mastodon-tl--toggle-spoiler-text-in-toot)
(define-key map (kbd "f") #'mastodon-toot--toggle-favourite)
+ (define-key map (kbd "k") #'mastodon-toot--toggle-bookmark)
(define-key map (kbd "r") #'mastodon-toot--reply)
;; this is now duplicated by 'g', cd remove/use for else:
(define-key map (kbd "u") #'mastodon-tl--update)
@@ -194,7 +195,6 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "R") #'mastodon-views--view-follow-requests)
(define-key map (kbd "U") #'mastodon-profile--update-user-profile-note)
(define-key map (kbd "v") #'mastodon-tl--poll-vote)
- (define-key map (kbd "k") #'mastodon-toot--bookmark-toot-toggle)
(define-key map (kbd "K") #'mastodon-profile--view-bookmarks)
(define-key map (kbd "I") #'mastodon-views--view-filters)
(define-key map (kbd "G") #'mastodon-views--get-follow-suggestions)