summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2015-06-08 16:04:55 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2015-06-09 20:07:38 -0400
commit833fb10f780d675a17e58f40f77421a665f62cf4 (patch)
tree5a18f63325831047ef56b0dffad802b6ccf7132e
parent5da56695236081f810e50b415bd69461e571345f (diff)
emacs: erc: Add #userops to autojoins.
-rw-r--r--dotfiles/.emacs.d/erc.el2
1 files changed, 1 insertions, 1 deletions
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.