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 ;;