about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 0fddc6e..b959e9e 100644 --- a/init.el +++ b/init.el
@@ -1196,6 +1196,7 @@ if ripgrep is installed, otherwise `consult-grep'."
1196(setup (:straight (mastodon 1196(setup (:straight (mastodon
1197 :host github 1197 :host github
1198 :repo "mooseyboots/mastodon.el")) 1198 :repo "mooseyboots/mastodon.el"))
1199 (:straight request)
1199 (:option mastodon-instance-url "https://writing.exchange" 1200 (:option mastodon-instance-url "https://writing.exchange"
1200 mastodon-auth-source-file (car auth-sources) 1201 mastodon-auth-source-file (car auth-sources)
1201 mastodon-client--token-file (acdw/dir "mastodon.plstore"))) 1202 mastodon-client--token-file (acdw/dir "mastodon.plstore")))