Set mail-host-address from hostname command output

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:33 +00:00
parent 32b37420a3
commit d1fe72dff9

View File

@ -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