Skip to content

alexjgriffith/mastodon-future.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

mastodon-future

Add the following to your init file

(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.

(require 'mastodon-render)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published