Move rcirc connection information to Dropbox

It is not interesting stuff :-)
This commit is contained in:
sbenner 2014-09-09 16:51:43 -04:00
parent 547b52365a
commit 7a3ea43a8d

View file

@ -1369,11 +1369,6 @@ which require an initialization must be listed explicitly in the list."
(setq rcirc-fill-column 160)
(setq rcirc-omit-responses '("JOIN" "PART" "QUIT" "NICK" "AWAY"))
(setq rcirc-omit-threshold 20)
(setq rcirc-server-alist
'(("chat.freenode.net" :port 6697 :encryption tls
:nick "syl20bnr"
:full-name "Sylvain Benner"
:channels ("#emacs" "#nupic" "#python"))))
(require 'rcirc-color)
;; (require 'rcirc-reconnect
;; (concat spacemacs-extensions-directory "rcirc-reconnect/rcirc-reconnect.el"))