From b7c7da1e38d7f7167a5e3d5d8acb5a3cca6ff4b2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 30 Aug 2011 12:57:02 +0200 Subject: EMACS: Added jabber settings --- .emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 399b3eb..c2204a5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -156,6 +156,13 @@ ;;; Gnus (setq gnus-init-file "~/.emacs.d/gnus") + +;;; jabber +(require 'jabber-autoloads) +(setq jabber-account-list + '(("ryuslash@gmail.com" + (:network-server . "talk.google.com") + (:connection-type . ssl)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; AUTOLOADS ;; -- cgit v1.2.3-54-g00ecf