branch: elpa/mastodon
commit 376fbaefd7aa6b177d00b3d4eabe33fe77096c74
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    move mastodon-tl--tag-group-timeline binding
---
 lisp/mastodon.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index e5d0163243..345d970563 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -210,7 +210,7 @@ and X others...\"."
     (define-key map (kbd "#")      #'mastodon-tl--get-tag-timeline)
     (define-key map (kbd "\"")     #'mastodon-tl--list-followed-tags)
     (define-key map (kbd "'")      #'mastodon-tl--followed-tags-timeline)
-    (define-key map (kbd "C-\"")   #'mastodon-tl--tag-group-timeline)
+    (define-key map (kbd "C-'")   #'mastodon-tl--tag-group-timeline)
     (define-key map (kbd "A")      #'mastodon-profile--get-toot-author)
     (define-key map (kbd "F")      #'mastodon-tl--get-federated-timeline)
     (define-key map (kbd "H")      #'mastodon-tl--get-home-timeline)

Reply via email to