about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-08-14 18:00:02 -0500
committerCase Duckworth2021-08-14 18:00:02 -0500
commit19462a9e3c43612f886ebd907e39419f86b4b662 (patch)
treefdf2116af565f7b7a86967b978223cdb8bfe34a1
parentRemove comments (diff)
downloademacs-19462a9e3c43612f886ebd907e39419f86b4b662.tar.gz
emacs-19462a9e3c43612f886ebd907e39419f86b4b662.zip
Require `request' with `mastodon'
-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")))