diff options
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #+auto_tangle: t #+STARTUP: overview * System information -Check the ~$HOSTNAME~, if it's one of my devices running GuixSD. +Check the ~$HOSTNAME~ to set a variable for different devices #+begin_src emacs-lisp (defvar is-zeus (equal (system-name) "zeus")) (defvar is-hermes (equal (system-name) "hermes")) |