aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-08 12:03:43 +0200
committermousebot <mousebot@riseup.net>2021-05-08 12:03:43 +0200
commit77941ed350b83ab36459e0bb1346699e1db992c2 (patch)
tree6c2d0b11f97b81a523735f8f69c8cb5d3f3ea02d /lisp/mastodon.el
parent5e1751c2c9ec8096c5b2d03c6aca699fc102cf60 (diff)
unfollow user fun
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index a6609ac..22c7c1c 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -108,6 +108,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "g") #'undefined)
(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)
map)
"Keymap for `mastodon-mode'.")