diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 3b9f399a..ed7cac22 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -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-. -(global-unset-key (kbd "C-")) +;; (global-unset-key (kbd "C-")) ;;; Scroll zooming. (setq text-scale-mode-step 1.1)