From f1e4ef4f1e27c3103b93254a486ccef558a5a349 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 23 Mar 2016 10:31:29 +0000 Subject: [PATCH] dot/ercrc.el: This is the modern way to configure autojoin. It's on by default, it seems, but just to make sure... --- dot/ercrc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/ercrc.el b/dot/ercrc.el index 9dc9198..cc701e1 100644 --- a/dot/ercrc.el +++ b/dot/ercrc.el @@ -33,6 +33,7 @@ '(("chiark.greenend.org.uk" "#chiark") ("irc.distorted.org.uk" "#distorted" "#jukebox") ("irc.hstg.corp.good.com" "#hstg"))) +(erc-autojoin-mode 1) (defvar mdw-erc-auto-greet-bots-alist nil "*Alist of (SERVER-REGEXP BOT-NICK MESSAGE-FORM). -- 2.11.0