summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-28 21:49:07 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-28 21:49:07 -0500
commit6e3ecf794f5528d6fb086c08443748c074197f5d (patch)
tree0a5448e613ec97aec7ae49db799c7865f3a2325f /emacsconf.el
parentd3c6bf186c6239881065e0e3bfe77070a4b6e0bd (diff)
downloademacsconf-el-6e3ecf794f5528d6fb086c08443748c074197f5d.tar.xz
emacsconf-el-6e3ecf794f5528d6fb086c08443748c074197f5d.zip
try to simplify state transitions
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf.el b/emacsconf.el
index fe1d2ff..abd0052 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -1033,6 +1033,7 @@
:stream ,(concat emacsconf-stream-base "gen.webm")
:480p ,(concat emacsconf-stream-base "gen-480p.webm")
:start "09:00" :end "17:00"
+ :vnc-display ":5"
:vnc-port "5905"
:status "offline")
(:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev"
@@ -1042,6 +1043,7 @@
:stream ,(concat emacsconf-stream-base "dev.webm")
:480p ,(concat emacsconf-stream-base "dev-480p.webm")
:start "09:00" :end "17:00"
+ :vnc-display ":6"
:vnc-port "5906"
:status "offline")))