From 2b0db93fedf74da9ce5183c4c6fbcf2ab2c2a953 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 20 May 2022 23:15:52 +0100 Subject: more mouse avoidance --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 444d71e..a5ee1a3 100644 --- a/init.org +++ b/init.org @@ -634,7 +634,11 @@ #+end_src *** mouse #+begin_src emacs-lisp - (dolist (k '([mouse-4] + (dolist (k '([mouse-3] + [down-mouse-3] + [drag-mouse-3] + [double-mouse-3] + [mouse-4] [down-mouse-4] [drag-mouse-4] [double-mouse-4] -- cgit v1.2.3