Add journalctl mode
This commit is contained in:
parent
ac338f0452
commit
9eac95f50a
1 changed files with 6 additions and 1 deletions
|
@ -240,7 +240,12 @@
|
|||
(use-package geiser-guile
|
||||
:defer t
|
||||
:after geiser
|
||||
:custom (geiser-guile-binary "guile")))
|
||||
:custom (geiser-guile-binary "guile"))
|
||||
|
||||
(use-package journalctl-mode
|
||||
:defer t
|
||||
:commands journalctl
|
||||
:bind (("C-c t j" . journalctl))))
|
||||
|
||||
(use-package mastodon
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Reference in a new issue