diff options
| author | Sacha Chua <sacha@sachachua.com> | 2022-11-26 09:54:24 -0500 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2022-11-26 09:54:24 -0500 | 
| commit | 743e49e2dc131807569ed43f5e5a7ce163244290 (patch) | |
| tree | a68660d5ba0fe8a4ae14ed1d988b49a4f732c587 | |
| parent | e52fa9d96846af459cf58401213c0f148a9309eb (diff) | |
| download | emacsconf-el-743e49e2dc131807569ed43f5e5a7ce163244290.tar.xz emacsconf-el-743e49e2dc131807569ed43f5e5a7ce163244290.zip  | |
enable updating hook as well
| -rw-r--r-- | emacsconf.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el index c361ed2..cf20024 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1256,7 +1256,7 @@ Filter by TRACK if given.  Use INFO as the list of talks."      emacsconf-erc-announce-on-change ;; announce via ERC      emacsconf-publish-media-files-on-change      emacsconf-publish-bbb-redirect -    ;; emacsconf-publish-update-talk +    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  | 
