diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-29 14:50:47 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-29 14:50:47 -0500 |
commit | 98bdc9b2bcd87db70d5af2a27815024e9aae9b3f (patch) | |
tree | 714abe49382c2d1e05568c8c5735d668136116e5 | |
parent | 01145d26b71c167a9c5900dc23ae92028a3a69d5 (diff) | |
download | emacsconf-wiki-98bdc9b2bcd87db70d5af2a27815024e9aae9b3f.tar.xz emacsconf-wiki-98bdc9b2bcd87db70d5af2a27815024e9aae9b3f.zip |
update ERC task
Diffstat (limited to '')
-rw-r--r-- | 2022/organizers-notebook/index.org | 7 |
1 files changed, 1 insertions, 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] |