Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename mastodon-toot--property and move to tl feature | Johnson Denen | 2017-04-18 | 1 | -2/+8 | |
| | ||||||
* | Do not use fringe face | Johnson Denen | 2017-04-17 | 1 | -2/+2 | |
| | | | | It looks weird in some themes. | |||||
* | Reimplement update post-rewrite | Johnson Denen | 2017-04-17 | 1 | -0/+28 | |
| | ||||||
* | Fix #38 by using pre-existing faces | Johnson Denen | 2017-04-17 | 1 | -14/+7 | |
| | | | | Now your theme matters! | |||||
* | Rewrite timeline display internals and fix #36 | Johnson Denen | 2017-04-17 | 1 | -68/+59 | |
| | ||||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-16 | 1 | -0/+15 | |
| | ||||||
* | Add function to update current timeline | Johnson Denen | 2017-04-16 | 1 | -4/+19 | |
| | ||||||
* | Add `j' and `k' bindings to move to previous/next toot | Johnson Denen | 2017-04-15 | 1 | -14/+33 | |
| | ||||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -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 mode | Johnson Denen | 2017-04-14 | 1 | -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' function | Johnson Denen | 2017-04-14 | 1 | -0/+94 | |