diff options
author | mousebot <mousebot@riseup.net> | 2021-05-10 16:24:51 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-10 16:28:29 +0200 |
commit | 4fcdb8c4b919b3a708684d1b373208dc67367664 (patch) | |
tree | db2b9bff0b473470ae026d5209e17a80ac009dec /lisp/mastodon.el | |
parent | c69bf45a170a28934d18b762960845e773922514 (diff) |
add my profile function
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 7cd673b..e338793 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -114,6 +114,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "C-S-B") #'mastodon-tl--unblock-user) (define-key map (kbd "M") #'mastodon-tl--mute-user) (define-key map (kbd "C-S-M") #'mastodon-tl--unmute-user) + (define-key map (kbd "C-S-P") #'mastodon-profile--my-profile) map) "Keymap for `mastodon-mode'.") |