diff --git a/configuration.org b/configuration.org index d52fc15..8e1b0aa 100644 --- a/configuration.org +++ b/configuration.org @@ -2831,7 +2831,11 @@ I don’t always use the package menu, but when i do, i want to do it in style #+begin_src emacs-lisp (use-package twtxt :custom - (twtxt-following '(("buckket" "https://buckket.org/twtxt.txt")))) + (twtxt-file (expand-file-name "NextCloud/twtxt.txt" user-documents-directory)) + (twtxt-following '(("benaiah" "https://benaiah.me/twtxt.txt") + ("jomo" "https://gist.githubusercontent.com/jomo/64d6bd1b95ec0a24612b/raw/twtxt.txt") + ("quite" "https://lublin.se/twtxt.txt") + ("xena" "https://xena.greedo.xeserv.us/files/xena.txt")))) #+end_src ** Show available key bindings