From cf72fb5af09123663ef80dd373e44bc1e26233b0 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 30 Jul 2024 16:04:34 +0200 Subject: bind fold toggle --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon.el') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8a0aa91..c771705 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'.") -- cgit v1.2.3