branch: elpa/mastodon
commit 89a166d1a217c7f86fdc48c651b2cd29100ed5c4
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    \ binding for remote local tl
---
 lisp/mastodon.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 6eac3d8d24..da3ffe229c 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)

Reply via email to