diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-07 14:24:38 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-07 14:24:38 +0100 |
commit | 170864113ea5ce459e86446464087ad8e0b7fa12 (patch) | |
tree | 412096c470b73a9e663cacd60b82ff363c2c5023 /lisp | |
parent | 1e2fd43dbc1f6a4dbea74900ed67e9f328798603 (diff) |
bind list-followed tags to ':'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index a49d0cc..271e772 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -211,6 +211,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "s") #'mastodon-tl--view-scheduled-toots) (define-key map (kbd "M-C-q") #'mastodon-kill-all-buffers) (define-key map (kbd ";") #'mastodon-tl--view-instance-description) + (define-key map (kbd ":") #'mastodon-tl--list-followed-tags) (define-key map (kbd ",") #'mastodon-toot--list-toot-favouriters) (define-key map (kbd ".") #'mastodon-toot--list-toot-boosters) map) |