emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 1385416479 30/45: add RET binding for tl--thread


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 1385416479 30/45: add RET binding for tl--thread
Date: Thu, 1 Feb 2024 10:01:00 -0500 (EST)

branch: elpa/mastodon
commit 138541647985aa408e9e15d018c23095af28fe08
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    add RET binding for tl--thread
---
 lisp/mastodon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 6e05bd8da8..acd1462d38 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]