nixos/home/emacs/modules/custom-social-config.el
Evie Litherland-Smith 32436bb052 Switch emacs package definitions to use use-package
First pass, think I got everything but may need tweaking with use and testing
2023-10-31 07:45:39 +00:00

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)