Add mastodon.el

Doesn't work right now, but that's my fault.
This commit is contained in:
Case Duckworth 2021-05-28 22:42:59 -05:00
parent c835af64fd
commit 488d0310e5
1 changed files with 7 additions and 0 deletions

View File

@ -1015,6 +1015,13 @@ if ripgrep is installed, otherwise `consult-grep'."
marginalia-annotators-light))
(marginalia-mode +1))
(setup (:straight (mastodon
:host github
:repo "mooseyboots/mastodon.el"))
(:option mastodon-instance-url "https://writing.exchange"
mastodon-auth-source-file (car auth-sources)
mastodon-client--token-file (acdw/dir "mastodon.plstore")))
(setup (:straight (modus-themes
:host gitlab
:repo "protesilaos/modus-themes"))