diff options
author | mousebot <mousebot@riseup.net> | 2021-12-16 14:52:51 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-12-16 14:52:51 +0100 |
commit | a3dd830e4e7b5eddfc21975506fe5461a36c2a89 (patch) | |
tree | a7f3dc80903bee7fd7cdff55c6f9e5566b0b9acd /lisp/mastodon-profile.el | |
parent | 3014e10ec268250a130ac490b5f32b3d263ad21b (diff) | |
parent | 7eb4bd98075b70a688701873d8c3488fbedd4c1f (diff) |
Merge branch 'develop' into media-type
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 81ab837..7a9edc3 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -68,8 +68,8 @@ ;; this way you can update it with C-M-x: (defvar mastodon-profile-mode-map (let ((map (make-sparse-keymap))) - (define-key map (kbd "O") #'mastodon-profile--open-followers) - (define-key map (kbd "o") #'mastodon-profile--open-following) + (define-key map (kbd "s") #'mastodon-profile--open-followers) + (define-key map (kbd "g") #'mastodon-profile--open-following) (define-key map (kbd "a") #'mastodon-profile--follow-request-accept) (define-key map (kbd "j") #'mastodon-profile--follow-request-reject) map) |