Install and configure the twtxt package
This commit is contained in:
parent
acfab6e249
commit
d377bec138
@ -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"))
|
(mastodon-active-user "gergely"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** TwTxt
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package twtxt
|
||||||
|
:custom
|
||||||
|
(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt"))))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Dired related packages
|
* Dired related packages
|
||||||
|
|
||||||
** Collapse directories that only contain one file somewhere deep
|
** Collapse directories that only contain one file somewhere deep
|
||||||
|
@ -183,6 +183,7 @@
|
|||||||
tidal
|
tidal
|
||||||
transient
|
transient
|
||||||
ts
|
ts
|
||||||
|
twtxt
|
||||||
typescript-mode
|
typescript-mode
|
||||||
undo-tree
|
undo-tree
|
||||||
use-package
|
use-package
|
||||||
@ -204,6 +205,7 @@
|
|||||||
'(show-trailing-whitespace t)
|
'(show-trailing-whitespace t)
|
||||||
'(suggest-key-bindings nil)
|
'(suggest-key-bindings nil)
|
||||||
'(tab-width 4)
|
'(tab-width 4)
|
||||||
|
'(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt")))
|
||||||
'(use-package-always-ensure t)
|
'(use-package-always-ensure t)
|
||||||
'(use-package-verbose nil)
|
'(use-package-verbose nil)
|
||||||
'(warning-suppress-log-types '((comp)))
|
'(warning-suppress-log-types '((comp)))
|
||||||
|
Loading…
Reference in New Issue
Block a user