aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Add major modeJohnson Denen2017-04-141-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 cleanupJohnson Denen2017-04-141-0/+1
| | | | | - Rename toot--send and toot--cancel functions - Add FIXME reminder
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-141-2/+9
|
* Make headers more conventionalJohnson Denen2017-04-101-3/+25
|
* Add versioningJohnson Denen2017-04-091-0/+8
| | | | | - .version file to track - `mastodon-version' function to display
* Fix #8 flycheck issuesJohnson Denen2017-04-091-2/+15
|
* Move entry functions to mastodon.elJohnson Denen2017-04-091-4/+14
|
* Add WIP triage function on toot sendJohnson Denen2017-04-091-1/+0
|
* Refactor authorizationJohnson Denen2017-04-091-9/+10
|
* Restructure under lisp directoryJohnson Denen2017-04-091-0/+23