[Emacs] Add Mastodon client

This commit is contained in:
Lucien Cartier-Tilet 2022-12-07 16:07:51 +01:00
parent 02f2170993
commit baf6d0fc26
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 17 additions and 0 deletions

View File

@ -8246,6 +8246,23 @@ and builds a heatmap out of it.
text-scale-pinch)))
#+end_src
*** Mastodon
:PROPERTIES:
:CUSTOM_ID: PackagesConfigurationMiscMastodon-3jtkg080znj0
:END:
#+begin_src emacs-lisp
(use-package mastodon
:defer t
:ensure t
:straight (mastodon :type git
:host nil
:repo "https://codeberg.org/martianh/mastodon.el.git"
:branch "develop")
:config
(setq mastodon-instance-url "https://fosstodon.org"
mastodon-active-user "phundrak"))
#+end_src
*** SICP
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Misc-SICP-96u6ukz0l4j0