diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-25 17:49:50 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-25 17:49:50 +0100 |
commit | 4548acc7300a4f63c57916c3d5ee033fef5674a3 (patch) | |
tree | 1299853c8b4d8bd1067af169d748505aa724b04f /lisp/mastodon.el | |
parent | 3ff4af19255c3da92cc87edf9dd604eed567137a (diff) |
add 'l' binding for recenter-top-bottom
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 1c3136c..bee3bc4 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -202,6 +202,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "@") #'mastodon-notifications--get-mentions) (define-key map (kbd "e") #'mastodon-toot--edit-toot-at-point) (define-key map (kbd "E") #'mastodon-toot--view-toot-edits) + (define-key map (kbd "l") #'recenter-top-bottom) (when (require 'lingva nil :no-error) (define-key map (kbd "a") #'mastodon-toot--translate-toot-text)) (define-key map (kbd "s") #'mastodon-tl--view-scheduled-toots) |