[Emacs] Add Mastodon client
This commit is contained in:
parent
02f2170993
commit
baf6d0fc26
@ -8246,6 +8246,23 @@ and builds a heatmap out of it.
|
|||||||
text-scale-pinch)))
|
text-scale-pinch)))
|
||||||
#+end_src
|
#+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
|
*** SICP
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Misc-SICP-96u6ukz0l4j0
|
:CUSTOM_ID: Packages-Configuration-Misc-SICP-96u6ukz0l4j0
|
||||||
|
Loading…
Reference in New Issue
Block a user