aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* Add and use mastodon-tl--field functionJohnson Denen2017-04-181-11/+13
| | | | | Retrieves FIELD from TOOT, prioritizing FIELD from boosted toot before TOOT itself.
* Display favourited status in bylineJohnson Denen2017-04-181-0/+5
|
* Show boosted state with (B) marker in bylineJohnson Denen2017-04-181-1/+6
|
* Rename mastodon-toot--property and move to tl featureJohnson Denen2017-04-181-2/+8
|
* Do not use fringe faceJohnson Denen2017-04-171-2/+2
| | | | It looks weird in some themes.
* Reimplement update post-rewriteJohnson Denen2017-04-171-0/+28
|
* Fix #38 by using pre-existing facesJohnson Denen2017-04-171-14/+7
| | | | Now your theme matters!
* Rewrite timeline display internals and fix #36Johnson Denen2017-04-171-68/+59
|
* Update DOCSTRINGsJohnson Denen2017-04-161-0/+15
|
* Add function to update current timelineJohnson Denen2017-04-161-4/+19
|
* Add `j' and `k' bindings to move to previous/next tootJohnson Denen2017-04-151-14/+33
|
* Fixes #29 - Provide context menu for discover modefap2017-04-151-0/+21
| | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up
* Add major modeJohnson Denen2017-04-141-1/+2
| | | | | | | | | | | - `mastodon' opens home buffer in new major mode - `F' switches to your federated timeline - `H' switches to your home timeline - `L' switches to your local timeline - `n' opens a `mastodon-toot' buffer - `q' quits by killing the buffer - `Q' quits by killing both the buffer and the window - `T' prompts your for a tag and then opens its timeline
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-141-0/+94