summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-08 17:03:35 +0300
committerThanos Apollo <[email protected]>2023-05-08 17:03:35 +0300
commit9f8b04cc7bbba14eda1a49b6a8896764bce9a5f0 (patch)
tree32f3ff139d95faca0200fadec50f9121f95c88a1 /emacs.org
parentcb51e92909930f668f4914024a2a0434c071f350 (diff)
emacs: Update descriptions
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"))