Emacs: Re-enable mouse-avoidance-mode

master
Pierre Neidhardt 2017-06-18 15:28:15 +01:00
parent 450e2875b7
commit 17de20d72a
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@
;; (add-hook 'prog-mode-hook (lambda () (local-set-key (kbd "C-c h") 'hs-toggle-hiding)))
;;; 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>"))