diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-10 22:36:13 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-10 22:36:13 +0100 |
commit | ff4566b1d6f66e08f9438ace27ca083a2102f2d9 (patch) | |
tree | a7efc58b14ebbf70e9b70732947bd1acb7094189 /lisp/mastodon.el | |
parent | 4145c06d2f45756f7b48cd25b0c6672cc71f2cff (diff) | |
parent | 15ad9d08dcd11795986fac0cade255306dfb9e96 (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon.el')
-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 3f57552..0c32818 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -212,6 +212,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) |