diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-03-13 15:20:25 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-04-23 19:18:50 +0200 |
commit | 51373569181b5e3393352e20d346ca8182ad2f27 (patch) | |
tree | acb5fbdfa8cda251e99adc4e5cfc1ad2b4ce244c /elisp | |
parent | 8210754a810ab8b486010f660dc5e62699937e0f (diff) | |
download | dotfiles-51373569181b5e3393352e20d346ca8182ad2f27.tar.gz dotfiles-51373569181b5e3393352e20d346ca8182ad2f27.tar.bz2 dotfiles-51373569181b5e3393352e20d346ca8182ad2f27.zip |
load its journalctl package
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/journalctl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/journalctl.el b/elisp/journalctl.el index 03f5007..98af8ce 100644 --- a/elisp/journalctl.el +++ b/elisp/journalctl.el @@ -106,7 +106,7 @@ (defcustom journalctl-hosts '("/sudo::" "/ssh:ingrid|sudo::" - "/ssh:nina|sudo::") + "/ssh:sarah|sudo::") "Valid hosts to connect for journal data." :type (list 'string) :group 'file) |