diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 13:02:41 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 13:02:41 +0100 |
commit | 37e9bb115ae5ea9de7d8d2bddb60659c778314fe (patch) | |
tree | bc372e43ba9a9a32749c3fa6efc959a206554e9b /lisp/mastodon.el | |
parent | 97285a25f0d8613deb420e51acd83bc27b04ec46 (diff) | |
parent | 44e3f3796c529ea3b52be54be4636ca8d6f54c3f (diff) |
Merge branch 'develop' into lists
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index ff245a4..e49a121 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -187,13 +187,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "i") #'mastodon-toot--pin-toot-toggle) (define-key map (kbd "V") #'mastodon-profile--view-favourites) (define-key map (kbd "R") #'mastodon-profile--view-follow-requests) - ;; (define-key map (kbd "C-c h") #'mastodon-async--stream-home) - ;; (define-key map (kbd "C-c f") #'mastodon-async--stream-federated) - ;; (define-key map (kbd "C-c l") #'mastodon-async--stream-local) - ;; (define-key map (kbd "C-c n") #'mastodon-async--stream-notifications) (define-key map (kbd "U") #'mastodon-profile--update-user-profile-note) - (define-key map (kbd "a") #'mastodon-notifications--follow-request-accept) - (define-key map (kbd "j") #'mastodon-notifications--follow-request-reject) (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) |