diff options
author | mousebot <mousebot@riseup.net> | 2021-05-08 12:03:43 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-08 12:03:43 +0200 |
commit | 77941ed350b83ab36459e0bb1346699e1db992c2 (patch) | |
tree | 6c2d0b11f97b81a523735f8f69c8cb5d3f3ea02d /lisp/mastodon.el | |
parent | 5e1751c2c9ec8096c5b2d03c6aca699fc102cf60 (diff) |
unfollow user fun
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
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'.") |