don't turn on that mouse-avoidance crap

This commit is contained in:
David Rose 2001-11-28 18:28:59 +00:00
parent 67d1054ec7
commit 24e7b8b8c6

View File

@ -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")