diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-12-23 15:38:49 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-12-23 15:38:49 +0100 |
commit | 138541647985aa408e9e15d018c23095af28fe08 (patch) | |
tree | 87192da44f1deb013e2c87a727864e9343e2b315 /lisp/mastodon.el | |
parent | 2f68bc776d69638eb4d83ad06a4bc3313c0e83e2 (diff) |
add RET binding for tl--thread
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 6e05bd8..acd1462 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -181,6 +181,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "v") #'mastodon-tl--poll-vote) (define-key map (kbd "E") #'mastodon-toot--view-toot-edits) (define-key map (kbd "T") #'mastodon-tl--thread) + (define-key map (kbd "RET") #'mastodon-tl--thread) (define-key map (kbd "m") #'mastodon-tl--dm-user) (when (require 'lingva nil :no-error) (define-key map (kbd "a") #'mastodon-toot--translate-toot-text)) |