Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -6/+34 |
| | | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up | ||||
* | Fix mastodon function | Johnson Denen | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | Add major mode | Johnson Denen | 2017-04-14 | 1 | -1/+19 |
| | | | | | | | | | | | - `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 | ||||
* | Do some cleanup | Johnson Denen | 2017-04-14 | 1 | -0/+1 |
| | | | | | - Rename toot--send and toot--cancel functions - Add FIXME reminder | ||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -2/+9 |
| | |||||
* | Make headers more conventional | Johnson Denen | 2017-04-10 | 1 | -3/+25 |
| | |||||
* | Add versioning | Johnson Denen | 2017-04-09 | 1 | -0/+8 |
| | | | | | - .version file to track - `mastodon-version' function to display | ||||
* | Fix #8 flycheck issues | Johnson Denen | 2017-04-09 | 1 | -2/+15 |
| | |||||
* | Move entry functions to mastodon.el | Johnson Denen | 2017-04-09 | 1 | -4/+14 |
| | |||||
* | Add WIP triage function on toot send | Johnson Denen | 2017-04-09 | 1 | -1/+0 |
| | |||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 1 | -9/+10 |
| | |||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 1 | -0/+23 |