summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-30 12:57:02 +0200
committerGravatar Tom Willemsen2011-08-30 12:57:02 +0200
commitb7c7da1e38d7f7167a5e3d5d8acb5a3cca6ff4b2 (patch)
tree1347be3f60f8c970b938280a400b74ee54e4cf53 /.emacs.d
parent4195d8ad1acee3ab6c69c9fff9f9675fd5a71704 (diff)
downloaddotfiles-b7c7da1e38d7f7167a5e3d5d8acb5a3cca6ff4b2.tar.gz
dotfiles-b7c7da1e38d7f7167a5e3d5d8acb5a3cca6ff4b2.zip
EMACS: Added jabber settings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el7
1 files changed, 7 insertions, 0 deletions
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 ;;