summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorEmacsConf <emacsconf-org@gnu.org>2022-11-02 07:48:52 -0700
committerEmacsConf <emacsconf-org@gnu.org>2022-11-02 07:48:52 -0700
commit9c8c75ea3474fffc8d87520bbc7c368881c81436 (patch)
tree32d7dd193737518d145b48570656460c2c70c8c4 /emacsconf.el
parent440fcc403b74a9c4f6bf66e0997dbc8408e1ada2 (diff)
downloademacsconf-el-9c8c75ea3474fffc8d87520bbc7c368881c81436.tar.xz
emacsconf-el-9c8c75ea3474fffc8d87520bbc7c368881c81436.zip
Add port
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el
index c527c45..4a115a2 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -931,8 +931,10 @@
(emacsconf-backstage-password . emacsconf_backstage_password))))))
;; (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 "/sudo:emacsconf-gen@localhost:")
- (:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev" :tramp "/sudo:emacsconf-dev@localhost:")))
+(defvar emacsconf-tracks '((:name "General" :color "peachpuff" :id "gen" :channel "emacsconf-gen"
+ :tramp "/ssh:emacsconf-gen@localhost#46668:")
+ (:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev"
+ :tramp "/ssh:emacsconf-dev@localhost#46668:")))
(defun emacsconf-get-track (name)
(when (listp name) (setq name (plist-get name :track)))