aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-07-30 16:04:34 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-07-30 16:04:34 +0200
commitcf72fb5af09123663ef80dd373e44bc1e26233b0 (patch)
treecd7b34af20c06888e74403c3b323c071d59cdaf2 /lisp/mastodon.el
parentdad54cccbcc2385315ff8c32369bb607a937d15d (diff)
bind fold toggle
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 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'.")