Move erc creds to custom.el.

This commit is contained in:
Ivan Malison 2014-11-21 09:33:13 -08:00
parent 49a3b34137
commit a432b94330

11
init.el
View File

@ -397,16 +397,7 @@ buffer is not visiting a file."
:config
(epa-file-enable))
(use-package erc
:config
(setq erc-autojoin-channels-alist
'(("freenode.net"
"#emacs"
"#scala"
"#python"
"#rust"))
erc-server "irc.freenode.net"
erc-nick "imalison"))
(use-package erc :ensure t :commands erc)
;; =============================================================================
;; Programming Mode Hooks