branch: elpa/mastodon
commit 8c513d363f2ab7be825d80dd7d9bb4e47024e934
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    bind jump to quoting to C-, (similar to list favers/boosters.)
---
 lisp/mastodon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 92cafdd688..74d8e5c792 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -309,6 +309,7 @@ Also nil `mastodon-auth--token-alist'."
       (define-key map (kbd "a")    #'mastodon-toot-translate-toot-text))
     (define-key map (kbd ",")      #'mastodon-toot-list-favouriters)
     (define-key map (kbd ".")      #'mastodon-toot-list-boosters)
+    (define-key map (kbd "C-,")    #'mastodon-toot-jump-to-quoting)
     (define-key map (kbd ";")      #'mastodon-views-view-instance-description)
     (define-key map (kbd "M-;")    #'mastodon-tl-nodeinfo-for-toot)
     ;; override special mode binding

Reply via email to