Emacs: Disable mouse avoidance

master
Pierre Neidhardt 2015-05-14 16:45:04 +02:00
parent 96befb2acb
commit 295127824e
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@
(define-key my-keys-minor-mode-map (kbd "C-c o") 'ff-find-other-file)
;; Move mouse away.
(mouse-avoidance-mode 'banish)
; (mouse-avoidance-mode 'banish)
;; Display defun in mode line.
(which-function-mode)