summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-26 09:53:43 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-26 09:53:43 -0500
commit89fe9b0d5de005f9690753b6929861865f268ef2 (patch)
treef9501bff827a97797d2478ac3bee89ec99fb84cb /emacsconf.el
parentbbda6ceb18df5198f1f8c4891821522a90de2e93 (diff)
downloademacsconf-el-89fe9b0d5de005f9690753b6929861865f268ef2.tar.xz
emacsconf-el-89fe9b0d5de005f9690753b6929861865f268ef2.zip
Enable most hooks
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 6f289c0..c361ed2 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -1253,12 +1253,11 @@ Filter by TRACK if given. Use INFO as the list of talks."
(defvar emacsconf-todo-hooks
'((emacsconf-stream-play-talk-on-change "gen" "dev")
(emacsconf-stream-open-qa-windows-on-change "gen" "dev")
- ;; emacsconf-erc-announce-on-change ;; announce via ERC
+ emacsconf-erc-announce-on-change ;; announce via ERC
emacsconf-publish-media-files-on-change
- ;; emacsconf-publish-bbb-redirect
- emacsconf-publish-update-talk
- ;; emacsconf-publish-backstage-org-on-state-change ;; update the backstage index
-
+ emacsconf-publish-bbb-redirect
+ ;; emacsconf-publish-update-talk
+ emacsconf-publish-backstage-org-on-state-change ;; update the backstage index
emacsconf-stream-update-talk-info-on-change
;; write to the talk text
)