From d377bec138e26fe53111e7d472a1a4df7eb73d45 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 25 Nov 2022 08:58:47 +0100 Subject: [PATCH] Install and configure the twtxt package --- configuration.org | 8 ++++++++ customizations.el | 2 ++ 2 files changed, 10 insertions(+) diff --git a/configuration.org b/configuration.org index d2f360d..9734cdd 100644 --- a/configuration.org +++ b/configuration.org @@ -2578,6 +2578,14 @@ I don’t always use the package menu, but when i do, i want to do it in style (mastodon-active-user "gergely")) #+end_src +** TwTxt + +#+begin_src emacs-lisp +(use-package twtxt + :custom + (twtxt-following '(("buckket" "https://buckket.org/twtxt.txt")))) +#+end_src + * Dired related packages ** Collapse directories that only contain one file somewhere deep diff --git a/customizations.el b/customizations.el index 70c3927..a1272e9 100644 --- a/customizations.el +++ b/customizations.el @@ -183,6 +183,7 @@ tidal transient ts + twtxt typescript-mode undo-tree use-package @@ -204,6 +205,7 @@ '(show-trailing-whitespace t) '(suggest-key-bindings nil) '(tab-width 4) + '(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt"))) '(use-package-always-ensure t) '(use-package-verbose nil) '(warning-suppress-log-types '((comp)))