aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-16 11:11:06 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-16 11:16:43 +0100
commit3995df553dac02aa9cb8a3d70c062bf10d047985 (patch)
treee6cdf7bcb28814b78a8f5c2d1331dbf7dc99a1fa /lisp/mastodon.el
parent098f8b1e73e10801c55d4c470906bca6edd75251 (diff)
bindings: view scheduled on 's' move translate to 'a'
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index ff9888e..384c4c3 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -203,7 +203,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "e") #'mastodon-toot--edit-toot-at-point)
(define-key map (kbd "E") #'mastodon-toot--view-toot-edits)
(when (require 'lingva nil :no-error)
- (define-key map (kbd "s") #'mastodon-toot--translate-toot-text))
+ (define-key map (kbd "a") #'mastodon-toot--translate-toot-text))
+ (define-key map (kbd "s") #'mastodon-tl--view-scheduled-toots)
(define-key map (kbd "M-C-q") #'mastodon-kill-all-buffers)
map)
"Keymap for `mastodon-mode'.")