From e7ddeff8b2baaa65e01e39e859ed5f9cd53ba448 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 25 Nov 2022 08:46:52 +0100 Subject: [PATCH] Install and configure the mastodon package --- configuration.org | 9 +++++++++ customizations.el | 1 + 2 files changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index d471e87..d2f360d 100644 --- a/configuration.org +++ b/configuration.org @@ -2569,6 +2569,15 @@ I don’t always use the package menu, but when i do, i want to do it in style (window-system . x)))) #+end_src +** Mastodon + +#+begin_src emacs-lisp +(use-package mastodon + :custom + (mastodon-instance-url "https://social.polonkai.eu/") + (mastodon-active-user "gergely")) +#+end_src + * Dired related packages ** Collapse directories that only contain one file somewhere deep diff --git a/customizations.el b/customizations.el index cadafdb..760e1aa 100644 --- a/customizations.el +++ b/customizations.el @@ -126,6 +126,7 @@ lsp-ui magit markdown-mode + mastodon matrix-client mc-extras mediawiki