diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-01 22:08:19 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-01 22:08:19 +0200 |
commit | e4ccc526baf011ad60ef978aef83de2ee2e9f506 (patch) | |
tree | f58ee99771a22f103d0efea15a9a8ef202906f69 /lisp | |
parent | f49b79d520d6650596cd3ea25e69ce6d562a2040 (diff) |
move followed-tags-tl binding
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 1b975f2..5426c1f 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -153,7 +153,7 @@ Use. e.g. \"%c\" for your locale's date and time format." ;; navigation between timelines (define-key map (kbd "#") #'mastodon-tl--get-tag-timeline) (define-key map (kbd ":") #'mastodon-tl--list-followed-tags) - (define-key map (kbd "M-:") #'mastodon-tl--followed-tags-timeline) + (define-key map (kbd "C-:") #'mastodon-tl--followed-tags-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) |