diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-06-05 10:25:22 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-06-05 10:25:22 +0200 |
commit | b304f59945aaadd9b7bd3a37e704a2193f43d3d6 (patch) | |
tree | bfafba30d025366e8b5b79a0f088adfb809e1342 | |
parent | 17ef1093bc0c3f1ba8b842df7a698b9c41161c6e (diff) |
dm-user binding
-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 8b76320..ce72f34 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -180,6 +180,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "v") #'mastodon-tl--poll-vote) (define-key map (kbd "E") #'mastodon-toot--view-toot-edits) (define-key map (kbd "T") #'mastodon-tl--thread) + (define-key map (kbd "m") #'mastodon-tl--dm-user) (when (require 'lingva nil :no-error) (define-key map (kbd "a") #'mastodon-toot--translate-toot-text)) (define-key map (kbd ",") #'mastodon-toot--list-toot-favouriters) |