From 3faca3ba4464afbcb0dbf712639531ab4cae79f0 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 4 Jan 2013 16:19:34 -0500 Subject: [PATCH] minor change --- host/QUE-WKS-AA427-Linux/init-erc.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 host/QUE-WKS-AA427-Linux/init-erc.el diff --git a/host/QUE-WKS-AA427-Linux/init-erc.el b/host/QUE-WKS-AA427-Linux/init-erc.el new file mode 100644 index 000000000..865584790 --- /dev/null +++ b/host/QUE-WKS-AA427-Linux/init-erc.el @@ -0,0 +1,6 @@ +;; joining && autojoing + +;; make sure to use wildcards for e.g. freenode as the actual server +;; name can be be a bit different, which would screw up autoconnect +(setq erc-autojoin-channels-alist + '(("10.140.40.21" "#deployment")))