diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2018-08-09 23:31:37 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | bb20dfd108f12f8b43bbd5081b8d5447569e5834 (patch) | |
tree | 96c3e559c4a06f4b9dd7b001d8e52cc9675f7546 /lisp/mastodon.el | |
parent | 40f32fb82a29d3f057e195305a7d416241f2fc53 (diff) |
Clean up whitespace
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
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) |