diff options
author | mousebot <mousebot@riseup.net> | 2021-05-31 11:51:23 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-06-01 13:33:07 +0200 |
commit | 35d7133bfc5060e76dfe91526da399ddb8559600 (patch) | |
tree | 150e9d31cd6153ee76e9cfad525d96aff8c7c3db /lisp/mastodon.el | |
parent | 1ff6d8ef35f83ada24fafd3656dde0a1da57922a (diff) |
foll reqs/faves bindings global, autoloads and declarations, readme
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 b703b30..d3477cb 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -131,6 +131,8 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "d") #'mastodon-toot--delete-toot) (define-key map (kbd "C") #'mastodon-toot--copy-toot-url) (define-key map (kbd "i") #'mastodon-toot--pin-toot-toggle) + (define-key map (kbd "v") #'mastodon-profile--view-favourites) + (define-key map (kbd "R") #'mastodon-profile--view-follow-requests) map) "Keymap for `mastodon-mode'.") |