[Emacs] Switch to Rougier's fork of mastodon.el

The alt timeline is just so much prettier
This commit is contained in:
Lucien Cartier-Tilet 2022-12-16 14:42:08 +01:00
parent 6992442453
commit 4ab766b657
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 3 deletions

View File

@ -8243,11 +8243,13 @@ and builds a heatmap out of it.
:ensure t
:straight (mastodon :type git
:host nil
:repo "https://codeberg.org/martianh/mastodon.el.git"
:branch "develop")
:repo "https://codeberg.org/rougier/mastodon.el"
:branch "alt-timeline")
:config
(setq mastodon-instance-url "https://fosstodon.org"
mastodon-active-user "phundrak"))
mastodon-active-user "phundrak")
(require 'mastodon-alt-tl)
(mastodon-alt-tl-activate))
#+end_src
*** SICP