From 054ee411fccd5233ae9765976c5d15b04c4377c9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 25 Oct 2020 18:11:47 -0400 Subject: 2019/tips: tweak the erc snippet a bit --- 2019/tips.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '2019/tips.md') diff --git a/2019/tips.md b/2019/tips.md index c08a2222..48bc217b 100644 --- a/2019/tips.md +++ b/2019/tips.md @@ -22,7 +22,11 @@ your Emacs. Finally, do `M-x erc-tls RET` to start ERC. erc-port 6697 erc-nick "your-nick" erc-autojoin-channels-alist - '(("freenode.net" "#emacsconf" "#emacsconf-org" "#emacsconf-questions"))) + '(("freenode.net" + "#emacsconf" + "#emacsconf-questions" + ;; "#emacsconf-org" + "#emacsconf-accessible"))) ``` References to learn more about ERC: -- cgit v1.2.3