[Emacs] Add helm-systemd

This commit is contained in:
Ivan Malison 2016-12-30 02:55:25 -08:00
parent fd57bc0a61
commit 705076a647
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4003,6 +4003,12 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
#+BEGIN_SRC emacs-lisp
(use-package kdeconnect)
#+END_SRC
** helm-systemd
#+BEGIN_SRC emacs-lisp
(use-package helm-systemd
:after helm
:demand t)
#+END_SRC
* Chat
** erc
#+BEGIN_SRC emacs-lisp