Emacs: Disable mouse avoidance mode.

master
Pierre Neidhardt 2020-09-09 11:51:53 +02:00
parent 12f2c86bfc
commit e1f2fc74f0
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@
"C-<" 'skeleton-previous-position))
;;; Move mouse away.
(mouse-avoidance-mode 'banish)
;; (mouse-avoidance-mode 'banish)
;;; That binding is not very useful and gets in the way of C-<mouse-1>.
(global-unset-key (kbd "C-<down-mouse-1>"))
;; (global-unset-key (kbd "C-<down-mouse-1>"))
;;; Scroll zooming.
(setq text-scale-mode-step 1.1)