aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-profile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 16fb1a9..bf6007f 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -64,8 +64,8 @@ extra keybindings."
;; The mode line indicator.
:lighter " Profile"
;; The key bindings
- :keymap '(((kbd "F") . mastodon-profile--open-followers)
- ((kbd "f") . mastodon-profile--open-following))
+ :keymap '(((kbd "O") . mastodon-profile--open-followers)
+ ((kbd "o") . mastodon-profile--open-following))
:group 'mastodon)
(defun mastodon-profile--toot-json ()