forked from colonelpanic/dotfiles
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
|
:config
|
||||||
(epa-file-enable))
|
(epa-file-enable))
|
||||||
|
|
||||||
(use-package erc
|
(use-package erc :ensure t :commands erc)
|
||||||
:config
|
|
||||||
(setq erc-autojoin-channels-alist
|
|
||||||
'(("freenode.net"
|
|
||||||
"#emacs"
|
|
||||||
"#scala"
|
|
||||||
"#python"
|
|
||||||
"#rust"))
|
|
||||||
erc-server "irc.freenode.net"
|
|
||||||
erc-nick "imalison"))
|
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Programming Mode Hooks
|
;; Programming Mode Hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user