From 7a3ea43a8dc2027bf9638c6ea5ebd90c157e01fa Mon Sep 17 00:00:00 2001 From: sbenner Date: Tue, 9 Sep 2014 16:51:43 -0400 Subject: [PATCH] Move rcirc connection information to Dropbox It is not interesting stuff :-) --- spacemacs/packages.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 9346be06f..453009cf8 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -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"))