changeset 70893:c6ca6d20fb3d

Movement tracking on by default. I have tested this for over a year now and it seems to be stable and fast enough for everyday use.
author Mathias Dahl <mathias.dahl@gmail.com>
date Wed, 24 May 2006 19:18:26 +0000
parents 64154d048eff
children 6faec3ac85dc
files lisp/tumme.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tumme.el	Wed May 24 18:49:20 2006 +0000
+++ b/lisp/tumme.el	Wed May 24 19:18:26 2006 +0000
@@ -455,7 +455,7 @@
   :type 'integer
   :group 'tumme)
 
-(defcustom tumme-track-movement nil
+(defcustom tumme-track-movement t
   "The current state of the tracking and mirroring.
 For more information, see the documentation for
 `tumme-toggle-movement-tracking'."