diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-30 10:44:55 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-30 10:44:55 +0200 |
commit | 89a166d1a217c7f86fdc48c651b2cd29100ed5c4 (patch) | |
tree | cddd7e00232fa22ae520b11d7e23724f8c1ab9df /lisp/mastodon.el | |
parent | 9785650845b3f1d988b080ff14e166bbd390863e (diff) |
\ binding for remote local tl
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 6eac3d8..da3ffe2 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -175,6 +175,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (define-key map (kbd "P") #'mastodon-profile--show-user) (define-key map (kbd "s") #'mastodon-search--query) (define-key map (kbd "/") #'mastodon-switch-to-buffer) + (define-key map (kbd "\\") #'mastodon-tl--get-remote-local-timeline) ;; quitting mastodon (define-key map (kbd "q") #'kill-current-buffer) (define-key map (kbd "Q") #'mastodon-kill-window) |