branch: elpa/mastodon commit cf72fb5af09123663ef80dd373e44bc1e26233b0 Author: marty hiatt <martianhia...@riseup.net> Commit: marty hiatt <martianhia...@riseup.net>
bind fold toggle --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8a0aa91790..c77170500c 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -234,6 +234,7 @@ while emojify,el has this feature and mastodon.el implements it.") (define-key map (kbd "G") #'mastodon-views--view-follow-suggestions) (define-key map (kbd "X") #'mastodon-views--view-lists) (define-key map (kbd "SPC") #'mastodon-tl--scroll-up-command) + (define-key map (kbd "!") #'mastodon-tl--fold-post-toggle) (define-key map (kbd "z") #'bury-buffer) map) "Keymap for `mastodon-mode'.")