From 833fb10f780d675a17e58f40f77421a665f62cf4 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 8 Jun 2015 16:04:55 -0400 Subject: emacs: erc: Add #userops to autojoins. --- dotfiles/.emacs.d/erc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/erc.el b/dotfiles/.emacs.d/erc.el index 46f508f..9f7f3f7 100644 --- a/dotfiles/.emacs.d/erc.el +++ b/dotfiles/.emacs.d/erc.el @@ -73,7 +73,7 @@ (erc-autojoin-mode t) (setq erc-autojoin-channels-alist '(("freenode.net" "#guile" "#guix" "#emacs" "#scheme" - "#lispgames" "#fsf" "#gnu" "##wizards" "#sly"))) + "#lispgames" "#fsf" "#gnu" "##wizards" "#sly" "#userops") ;; Don't open channel buffers in place of the current buffer because ;; that drives me fucking crazy. -- cgit v1.2.3