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)))