From 7cfb540149bb0e905e2ab2c9c5a9f686f0988eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Tue, 19 Dec 2023 20:49:41 +0000 Subject: [PATCH] =?UTF-8?q?Add=20fediverse=20integration=20=F0=9F=A4=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config.org | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 8c80e21..a22e7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ config.el elpa/* emojis/* fic-export-files/auto/* +mastodon.plstore nohup.out network-security.data nov-places diff --git a/config.org b/config.org index e20191e..845aad1 100644 --- a/config.org +++ b/config.org @@ -412,6 +412,17 @@ I kind of hate markdown but I still have to use it sometimes. (markdown-header-face ((t (:inherit (default font-lock-function-name-face) :weight bold)))))) #+END_SRC +** =mastodon= + +I’d just like to interject for a moment. What you’re referring to as Mastodon is in fact the fediverse (i.e., in this case, Pleroma). + +#+BEGIN_SRC emacs-lisp + (unless (string-equal system-type "android") + (use-package mastodon + :config + (setq mastodon-instance-url "https://ple.praze.net"))) +#+END_SRC + ** =minions= Lists minor modes in a menu.