summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 0982c34..0ce1173 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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"))