|
|
|
@ -2444,6 +2444,23 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
|
|
|
|
|
:commands (kubernetes-overview))
|
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
** SystemD
|
|
|
|
|
|
|
|
|
|
Bash me as you like, i’m in the “like it” camp.
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|
|
(use-package helm-systemd)
|
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
** A Gopher client
|
|
|
|
|
|
|
|
|
|
Gopher is the next generation text protocol. Despite its age (40-ish, as of writing), it still
|
|
|
|
|
beats the Web in a lot of aspects.
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|
|
(use-package elpher)
|
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
* Dired related packages
|
|
|
|
|
|
|
|
|
|
** Collapse directories that only contain one file somewhere deep
|
|
|
|
|