Move erc creds to custom.el.
This commit is contained in:
parent
49a3b34137
commit
a432b94330
11
init.el
11
init.el
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user