Evie Litherland-Smith
32436bb052
First pass, think I got everything but may need tweaking with use and testing
8 lines
159 B
EmacsLisp
8 lines
159 B
EmacsLisp
(use-package mastodon
|
|
:defer t
|
|
:config
|
|
(setq mastodon-instance-url "https://tech.lgbt"
|
|
mastodon-active-user "Tux922"))
|
|
|
|
(provide 'custom-social-config)
|