From f33bfd9cfbd20c3fb71af1f4b8b8a01f944ff0b4 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 6 Jan 2022 16:47:12 +0100 Subject: [PATCH] added system-name for new remote --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index f63bf08..df5f688 100644 --- a/config.org +++ b/config.org @@ -229,7 +229,8 @@ Restore it to reasonable value after init. Also stop garbage collection during m "Is emacs running at work on the local system?") (defconst *work_remote* - (string-equal (system-name) "PMTS01") + (or (string-equal (system-name) "PMTS01") + (string-equal (system-name) "PMTSNEU01")) "Is emacs running at work on the remote system?") #+END_SRC