nixos/home/emacs/modules/custom-social-config.el
Evie Litherland-Smith 0ee059a354 Revert "Switch emacs package definitions to use use-package"
This reverts commit 32436bb052.

Broke lots of config, TODO revisit another time
2023-10-31 07:59:37 +00:00

6 lines
155 B
EmacsLisp

(when (require 'mastodon nil :noerror)
(setq mastodon-instance-url "https://tech.lgbt"
mastodon-active-user "Tux922"))
(provide 'custom-social-config)