From 488d0310e5068f195506237fcc0333b4593a0f5e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 28 May 2021 22:42:59 -0500 Subject: Add mastodon.el Doesn't work right now, but that's my fault. --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index ce3075c..12ec7fe 100644 --- a/init.el +++ b/init.el @@ -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")) -- cgit 1.4.1-21-gabe81