aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
Commit message (Collapse)AuthorAgeFilesLines
* pin/unpin now toggle fun, and moved copy/delete to mastodon-toot.mousebot2021-05-251-2/+3
|
* Implement clickable images with shr-browse-image.mousebot2021-05-211-0/+8
| | | | | | | | images are tab stops. click or RET runs shr-browse-image. a prefix arg copies the URL. images use the mastodon-tl--shr-image-map-replacement for extra functions like zoom image, save image, rotate image, etc.
* add new functions to discover menu, and autoloads.mousebot2021-05-161-8/+22
|
* Update copyright and bump versionJohnson Denen2019-03-041-1/+1
|
* Update discover function with new keybindingsJohnson Denen2019-03-041-7/+7
|
* Refactor mastodon-discover functionalityJohnson Denen2019-03-041-31/+31
|
* Fix #219 no `with-eval-after-load` in the code (#220)H Durer2019-03-041-0/+69
The package-lint logic is too daft to cope with this (you cannot even mention it in a comment). We now move the discover functionality into its own package and just mention in the README file how to make use of it.