From 7054eab0dc328f905cc980027454e97ba09bcf37 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 23 Jan 2022 22:10:15 +0800 Subject: cat and mouse * init.el (mouse-avoidance-mode): Let's play the cat-and-mouse game, because why not. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index bfa603c..8f2b8c1 100644 --- a/init.el +++ b/init.el @@ -371,6 +371,10 @@ no effect." ((add-to-list 'auto-mode-alist (cons "\\.go$" #'go-mode)))) +;;; Cat and mouse + +(cond ((display-mouse-p) (mouse-avoidance-mode 'cat-and-mouse))) + ;;; server ;; (cond -- cgit v1.2.3-18-g5258