From 98bdc9b2bcd87db70d5af2a27815024e9aae9b3f Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 29 Nov 2022 14:50:47 -0500 Subject: update ERC task --- 2022/organizers-notebook/index.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 25c1ac03..c12947cd 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -330,13 +330,8 @@ How to detect announcements: If it was the most recently announced talk in the channel, don't re-announce it -#+begin_src emacs-lisp -(defun emacsconf-erc-notice-inserted-string (string) - (message "ERC: %s" string) - ) +(with-eval-after-load 'erc (add-hook 'erc-insert-pre-hook 'emacsconf-erc-notice-announcements)) -(remove-hook 'erc-insert-pre-hook #'emacsconf-erc-notice-inserted-string) -#+end_src ** TODO [#C] Make checkin and Q&A process slide :sachac: :PROPERTIES: :CREATED: [2022-11-20 Sun 10:04] -- cgit v1.2.3