From d1fe72dff9e28ec4555a0b53fce5ea7f03b72648 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:33 +0000 Subject: [PATCH] Set mail-host-address from hostname command output --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index d4ff4bd..bf184b5 100644 --- a/config.org +++ b/config.org @@ -622,7 +622,7 @@ needs to be set up to install them if they aren't already. And to avoid being tickled: #+begin_src emacs-lisp - (setq mail-host-address "hactar") + (setq mail-host-address (shell-command-to-string "hostname")) #+end_src ** Automatic updating