summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 60f9ac2..7ea24ef 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -931,9 +931,9 @@
;; (emacsconf-ansible-load-vars (expand-file-name "prod-vars.yml" emacsconf-ansible-directory))
;;; Tracks
(defvar emacsconf-tracks '((:name "General" :color "peachpuff" :id "gen" :channel "emacsconf-gen"
- :tramp "/ssh:emacsconf-gen@localhost#46668:")
+ :tramp "/ssh:emacsconf-gen@res.emacsconf.org#46668:")
(:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev"
- :tramp "/ssh:emacsconf-dev@localhost#46668:")))
+ :tramp "/ssh:emacsconf-dev@res.emacsconf.org#46668:")))
(defun emacsconf-get-track (name)
(when (listp name) (setq name (plist-get name :track)))