summaryrefslogtreecommitdiffstats
path: root/2019
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-25 18:11:47 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-25 18:11:47 -0400
commit054ee411fccd5233ae9765976c5d15b04c4377c9 (patch)
tree665202c8317d269805fd21a7453e8aee3dda030b /2019
parent7e3e1300a98fcf8b2b39075cd41e750c56633bf3 (diff)
downloademacsconf-wiki-054ee411fccd5233ae9765976c5d15b04c4377c9.tar.xz
emacsconf-wiki-054ee411fccd5233ae9765976c5d15b04c4377c9.zip
2019/tips: tweak the erc snippet a bit
Diffstat (limited to '2019')
-rw-r--r--2019/tips.md6
1 files changed, 5 insertions, 1 deletions
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: