Browse Source

added system-name for new remote

master
Marc 2 years ago
parent
commit
f33bfd9cfb
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
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?") "Is emacs running at work on the local system?")
(defconst *work_remote* (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?") "Is emacs running at work on the remote system?")
#+END_SRC #+END_SRC

Loading…
Cancel
Save