diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-18 15:51:08 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-18 15:54:19 -0400 |
commit | 31c141d371d7e634a5ca813cfa207d10e8ddc0ea (patch) | |
tree | 84b1730c6de88e9bae559bb237dc2bdeb4b592a2 /lisp | |
parent | f8f4aff3312f0fb6f07c0c34196c9d12b2288208 (diff) |
Add keybinding for `mastodon-tl--thread' and update README
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index c7dc772..49b2458 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -108,6 +108,7 @@ (define-key map (kbd "q") #'kill-this-buffer) (define-key map (kbd "Q") #'kill-buffer-and-window) (define-key map (kbd "r") #'mastodon-toot--reply) + (define-key map (kbd "t") #'mastodon-tl--thread) (define-key map (kbd "T") #'mastodon-tl--get-tag-timeline) (define-key map (kbd "u") #'mastodon-tl--update))) @@ -127,6 +128,7 @@ ("k" "Prev" mastodon-tl--goto-prev-toot) ("n" "Send" mastodon-toot) ("r" "Reply" mastodon-toot--reply) + ("t" "Thread" mastodon-tl--thread) ("u" "Update" mastodon-tl--update)) ("Timelines" ("F" "Federated" mastodon-tl--get-federated-timeline) |