diff options
author | Case Duckworth | 2021-05-28 22:42:59 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-28 22:42:59 -0500 |
commit | 488d0310e5068f195506237fcc0333b4593a0f5e (patch) | |
tree | 66ba75177fea2b8bb5cec00bde2fc940d9a1ddfa | |
parent | Add erc-hl-nicks (diff) | |
download | emacs-488d0310e5068f195506237fcc0333b4593a0f5e.tar.gz emacs-488d0310e5068f195506237fcc0333b4593a0f5e.zip |
Add mastodon.el
Doesn't work right now, but that's my fault.
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
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'." | |||
1015 | marginalia-annotators-light)) | 1015 | marginalia-annotators-light)) |
1016 | (marginalia-mode +1)) | 1016 | (marginalia-mode +1)) |
1017 | 1017 | ||
1018 | (setup (:straight (mastodon | ||
1019 | :host github | ||
1020 | :repo "mooseyboots/mastodon.el")) | ||
1021 | (:option mastodon-instance-url "https://writing.exchange" | ||
1022 | mastodon-auth-source-file (car auth-sources) | ||
1023 | mastodon-client--token-file (acdw/dir "mastodon.plstore"))) | ||
1024 | |||
1018 | (setup (:straight (modus-themes | 1025 | (setup (:straight (modus-themes |
1019 | :host gitlab | 1026 | :host gitlab |
1020 | :repo "protesilaos/modus-themes")) | 1027 | :repo "protesilaos/modus-themes")) |