diff options
author | Thanos Apollo <[email protected]> | 2023-05-08 17:03:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-08 17:03:35 +0300 |
commit | 9f8b04cc7bbba14eda1a49b6a8896764bce9a5f0 (patch) | |
tree | 32f3ff139d95faca0200fadec50f9121f95c88a1 /emacs.org | |
parent | cb51e92909930f668f4914024a2a0434c071f350 (diff) |
emacs: Update descriptions
Diffstat (limited to 'emacs.org')
-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")) |