Set mail-host-address from hostname command output
This commit is contained in:
parent
32b37420a3
commit
d1fe72dff9
@ -622,7 +622,7 @@ needs to be set up to install them if they aren't already.
|
|||||||
And to avoid being tickled:
|
And to avoid being tickled:
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq mail-host-address "hactar")
|
(setq mail-host-address (shell-command-to-string "hostname"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Automatic updating
|
** Automatic updating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user