aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-08 21:20:33 +0200
committermousebot <mousebot@riseup.net>2021-05-09 11:24:31 +0200
commitc69bf45a170a28934d18b762960845e773922514 (patch)
tree0cabff2b0f5ea3a650270c7a6c006351104f981b /lisp/mastodon.el
parent4b4f45e4e3f09c065e547ff5def03bde7e42de2d (diff)
async view profile, async view thread, better prompts
- view profile (using make-profile-buffer-for). - user confirm to delete toot. - better follow/mute/block/profile prompts
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 929ae8c..7cd673b 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -106,7 +106,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "t") #'mastodon-toot)
;; override special mode binding
(define-key map (kbd "g") #'undefined)
- (define-key map (kbd "D") #'mastodon-tl--delete-toot)
+ ;; mousebot additions
+ (define-key map (kbd "d") #'mastodon-tl--delete-toot)
(define-key map (kbd "W") #'mastodon-tl--follow-user)
(define-key map (kbd "C-S-W") #'mastodon-tl--unfollow-user)
(define-key map (kbd "B") #'mastodon-tl--block-user)