jabber.rst
changeset 734 384f90c63395
parent 232 4de1dc8ac8a0
child 899 7b4265c8d324
--- a/jabber.rst	Sat Dec 04 17:00:15 2010 +0200
+++ b/jabber.rst	Sat Dec 04 17:06:13 2010 +0200
@@ -1,16 +1,16 @@
--*- mode:outline; coding: utf-8 -*-
-
-* emacs-jabber.
-
-** gtalk.
-
-(add-to-list 'load-path "/home/user/usr/share/emacs/site-lisp/emacs-jabber-0.7.92")
-(require 'jabber)
-
-(setq jabber-account-list '(
-                            ("your-name@gmail.com"
-                            ;;   (:password . nil) or (:password . "your-pass")
-                              (:network-server . "talk.google.com")
-                              (:port . 443)
-                              (:connection-type . ssl))
-                            ))
+-*- mode: outline; coding: utf-8; fill-column: 80 -*-
+
+* emacs-jabber.
+
+** gtalk.
+
+(add-to-list 'load-path "/home/user/usr/share/emacs/site-lisp/emacs-jabber-0.7.92")
+(require 'jabber)
+
+(setq jabber-account-list '(
+                            ("your-name@gmail.com"
+                            ;;   (:password . nil) or (:password . "your-pass")
+                              (:network-server . "talk.google.com")
+                              (:port . 443)
+                              (:connection-type . ssl))
+                            ))