diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-09 20:09:01 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-09 20:09:01 -0400 |
commit | d07420a9b008081319d9509311a3bd5e77149184 (patch) | |
tree | 01edd0bff868ed0df4523d2ef82589bc2350f9cb | |
parent | 833fb10f780d675a17e58f40f77421a665f62cf4 (diff) |
emacs: erc: Add slack autojoins.
-rw-r--r-- | dotfiles/.emacs.d/erc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.emacs.d/erc.el b/dotfiles/.emacs.d/erc.el index 9f7f3f7..c8d3594 100644 --- a/dotfiles/.emacs.d/erc.el +++ b/dotfiles/.emacs.d/erc.el @@ -74,6 +74,7 @@ (setq erc-autojoin-channels-alist '(("freenode.net" "#guile" "#guix" "#emacs" "#scheme" "#lispgames" "#fsf" "#gnu" "##wizards" "#sly" "#userops") + ("slack.com" "#general" "#random" "#ops"))) ;; Don't open channel buffers in place of the current buffer because ;; that drives me fucking crazy. |