summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
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 ;;