aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-inspect.el
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
|
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+1
| | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files.
* Clean up use of progn.Holger Dürer2017-05-051-6/+6
| | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form.
* Added tooling for downloading individual tootsAlexander Griffith2017-05-051-0/+24
|
* Bump to v0.6.2Johnson Denen2017-04-291-1/+1
|
* Bump to v0.6.1Johnson Denen2017-04-281-1/+1
|
* #87 added support for inspection toot under PointAlexander Griffith2017-04-271-0/+59