Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexjgriffith/mastodon-future.el

Some modules to add to mastodon once #84 has been resolved
https://github.com/alexjgriffith/mastodon-future.el

Last synced: 18 days ago
JSON representation

Some modules to add to mastodon once #84 has been resolved

Awesome Lists containing this project

README

        

# mastodon-future
Add the following to your init file

``` elisp
(require 'mastodon)

(add-to-list 'load-path "path-to-modules/mastodon-future.el/lisp/")

(require 'mastodon-async)
(require 'mastodon-inspect)
(require 'mastodon-profile)
(require 'mastodon-notifications)

(define-key mastodon-mode-map (kbd "D") #'mastodon-inspect--toot)
(define-key mastodon-mode-map (kbd "U") #'mastodon-profile--get-next-author)
(define-key mastodon-mode-map (kbd "N") #'mastodon-notifications--get)
```

There is also an alternate toot-renderer. Note that it has **NOT** been fully integraeted with all time line funcitonality.

``` elsip
(require 'mastodon-render)
```