aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index d608887..3019b95 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -78,7 +78,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "j") #'mastodon-tl--goto-next-toot)
(define-key map (kbd "k") #'mastodon-tl--goto-prev-toot)
(define-key map (kbd "h") #'mastodon-tl--next-tab-item)
- (define-key map (kbd "l") #'mastodon-tl--previous-tab-item)
+ (define-key map (kbd "l") #'mastodon-tl--previous-tab-item)
(define-key map [?\t] #'mastodon-tl--next-tab-item)
(define-key map [backtab] #'mastodon-tl--previous-tab-item)
(define-key map [?\S-\t] #'mastodon-tl--previous-tab-item)