From 24e7b8b8c6da499f8b44a0e9c7bc4d5aa72c96b0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 28 Nov 2001 18:28:59 +0000 Subject: [PATCH] don't turn on that mouse-avoidance crap --- dtool/src/attach/dtool.emacs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dtool/src/attach/dtool.emacs b/dtool/src/attach/dtool.emacs index 6b36dda04c..0c06d3977f 100644 --- a/dtool/src/attach/dtool.emacs +++ b/dtool/src/attach/dtool.emacs @@ -1,7 +1,8 @@ ;; make the mouse pointer avoid the text point -(cond (window-system - (require 'avoid) - (mouse-avoidance-mode 'cat-and-mouse))) +;; Actually, everyone really hates this. +;(cond (window-system +; (require 'avoid) +; (mouse-avoidance-mode 'cat-and-mouse))) ;; make sure we have the compile library available to us (load-library "compile")