Update twtxt configuration

This commit is contained in:
Gergely Polonkai 2023-10-05 14:58:00 +02:00
parent 57771a1c91
commit aa930b3aff
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 5 additions and 1 deletions

View File

@ -2831,7 +2831,11 @@ I dont 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