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