branch: elpa/mastodon
commit 4bb7374617cacf6d529d9e4d943d581e3455ff3b
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
tag group tl binding
---
lisp/mastodon.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index b119e1c1fc..48bf1ca218 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -207,6 +207,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 "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)