nixos/home/emacs/modules/custom-social-config.el

6 lines
151 B
EmacsLisp
Raw Normal View History

(setq mastodon-instance-url "https://tech.lgbt"
mastodon-active-user "Tux922")
(require 'mastodon nil :noerror)
2023-10-29 07:33:43 +00:00
(provide 'custom-social-config)