diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-28 13:50:32 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-28 13:50:32 +0100 |
commit | 36b6a905957c9207b7a5b738f3744745f7b088dd (patch) | |
tree | 4a549305f0060b993c1e8dab2d3c58c51a22ef59 /lisp/mastodon.el | |
parent | 3f98af1a063da1aa863530b266a69fc1361a7b88 (diff) |
bindings for list-toot-favouriters/boosters
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index bee3bc4..ebf9944 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -208,6 +208,8 @@ 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-toot--list-toot-favouriters) + (define-key map (kbd ".") #'mastodon-toot--list-toot-boosters) map) "Keymap for `mastodon-mode'.") |