diff options
Diffstat (limited to 'lisp')
-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 0b7ecc4..c94ed35 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -70,8 +70,8 @@ (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 "a") #'mastodon-profile--follow-request-accept) - (define-key map (kbd "r") #'mastodon-profile--follow-request-reject) + (define-key map (kbd "C-c a") #'mastodon-profile--follow-request-accept) + (define-key map (kbd "C-c r") #'mastodon-profile--follow-request-reject) map) "Keymap for `mastodon-profile-mode'.") |