From 4ab766b657b68204d311758d3022ed25cdc3a176 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 16 Dec 2022 14:42:08 +0100 Subject: [PATCH] [Emacs] Switch to Rougier's fork of mastodon.el The alt timeline is just so much prettier --- org/config/emacs.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index e17978d..d67533b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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