From baf6d0fc269e2e35e01094c1737b8fbfcc213e87 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 7 Dec 2022 16:07:51 +0100 Subject: [PATCH] [Emacs] Add Mastodon client --- org/config/emacs.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index f8ba323..d194d40 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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