Enable journalctl mode

This commit is contained in:
Andreas Zweili 2023-11-14 15:15:43 +01:00
parent 8f87cfb29b
commit ae4301ccd9
3 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@ in
epkgs.htmlize
epkgs.hydra
epkgs.hyperbole
unstable.emacsPackages.journalctl-mode
epkgs.know-your-http-well
epkgs.languagetool
epkgs.lsp-ivy

View File

@ -0,0 +1 @@
(use-package journalctl-mode)

View File

@ -45,6 +45,7 @@
(load-file (modules-path "az_counsel.el"))
(load-file (modules-path "az_counsel-git-grep-current-mode.el"))
(load-file (modules-path "az_keyring_update.el"))
(load-file (modules-path "az_journalctl.el"))
(load-file (modules-path "az_manuals.el"))
(load-file (modules-path "az_mu4e.el"))
(load-file (modules-path "az_treemacs.el"))