Added basic jabber customization.
authorgavenkoa@gavenko.bifit.int
Tue, 28 Oct 2008 15:04:29 +0200
changeset 83 d2eaf2ed6d1c
parent 82 1a705650ca56
child 84 f65916e51b79
Added basic jabber customization.
.emacs-my
--- a/.emacs-my	Mon Oct 20 23:12:32 2008 +0300
+++ b/.emacs-my	Tue Oct 28 15:04:29 2008 +0200
@@ -659,6 +659,20 @@
        ))))))
 
 ;; ======================================================================
+;; communication
+
+;; ----------------------------------------------------------------------
+;; jabber
+(when (featurep 'jabber)
+    (setq jabber-history-enabled t
+          jabber-use-global-history nil
+          jabber-backlog-number 5
+          jabber-backlog-days 30
+          )
+  )
+
+
+;; ======================================================================
 ;; VCS, version control, cvs, svn.
 
 (if (equal window-system 'w32)