Pārlūkot izejas kodu

don't turn on that mouse-avoidance crap

David Rose 24 gadi atpakaļ
vecāks
revīzija
24e7b8b8c6
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 4 3
      dtool/src/attach/dtool.emacs

+ 4 - 3
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")