Install and configure the twtxt package

This commit is contained in:
Gergely Polonkai 2022-11-25 08:58:47 +01:00
parent acfab6e249
commit d377bec138
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 10 additions and 0 deletions

View File

@ -2578,6 +2578,14 @@ I dont 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

View File

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