summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-24 13:52:04 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-24 13:52:04 -0400
commit5d29a3a6861c618c094e625c9119b57dc1e7222b (patch)
treef130eaa612553efa1ec7478975adeff24ec4b918 /emacsconf.el
parent039c57f49d23c3d83b6ead343324f15439ff67f4 (diff)
downloademacsconf-el-5d29a3a6861c618c094e625c9119b57dc1e7222b.tar.xz
emacsconf-el-5d29a3a6861c618c094e625c9119b57dc1e7222b.zip
autopilot
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 b10d194..9d70ad1 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -1260,9 +1260,10 @@ The subheading should match `emacsconf-abstract-heading-regexp'."
:youtube-studio-url "https://studio.youtube.com/video/UEJ88c7MJq0/livestreaming"
:toobnix-url "https://toobnix.org/w/7t9X8eXuSby8YpyEKTb4aj"
:start "09:00" :end "17:00"
+ :uid 2002
:vnc-display ":5"
:vnc-port "5905"
- :auto-pilot t
+ :autopilot t
:status "offline")
(:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev"
:watch "https://live.emacsconf.org/2022/watch/dev/"
@@ -1273,10 +1274,11 @@ The subheading should match `emacsconf-abstract-heading-regexp'."
:youtube-studio-url "https://studio.youtube.com/video/PMaoF-xa1b4/livestreaming"
:stream ,(concat emacsconf-stream-base "dev.webm")
:480p ,(concat emacsconf-stream-base "dev-480p.webm")
+ :uid 2003
:start "10:00" :end "17:00"
:vnc-display ":6"
:vnc-port "5906"
- :auto-pilot t
+ :autopilot t
:status "offline")))
(defun emacsconf-get-track (name)