[Emacs] Switch to Rougier's fork of mastodon.el
The alt timeline is just so much prettier
This commit is contained in:
parent
6992442453
commit
4ab766b657
@ -8243,11 +8243,13 @@ and builds a heatmap out of it.
|
|||||||
:ensure t
|
:ensure t
|
||||||
:straight (mastodon :type git
|
:straight (mastodon :type git
|
||||||
:host nil
|
:host nil
|
||||||
:repo "https://codeberg.org/martianh/mastodon.el.git"
|
:repo "https://codeberg.org/rougier/mastodon.el"
|
||||||
:branch "develop")
|
:branch "alt-timeline")
|
||||||
:config
|
:config
|
||||||
(setq mastodon-instance-url "https://fosstodon.org"
|
(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
|
#+end_src
|
||||||
|
|
||||||
*** SICP
|
*** SICP
|
||||||
|
Loading…
Reference in New Issue
Block a user