From 74238cd7c3b4e2e2a190613aab96cf96e4a7b99b Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 10 May 2024 08:19:57 -0400 Subject: [PATCH] Disable link-following with mouse-1 --- init.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index c0e6c67..59d30d2 100644 --- a/init.org +++ b/init.org @@ -336,7 +336,7 @@ Awesome package - adds transclusions. :PROPERTIES: :ID: 936ffd88-1955-4d84-ad96-fb1744d5a6e9 :END: -Not a package in the strict sense, just a .el file - pulled from [[https://github.com/akrito/acme-mouse/]] and modified to meet changes to the old =cl= package. +Not a package in the strict sense, just a .el file - pulled from [[https://github.com/akrito/acme-mouse/]] and modified to meet changes to the old =cl= package. Also see the [[id:451a20e6-73a0-4d55-aeaa-e795980a6974][Maus]] section. #+BEGIN_SRC emacs-lisp (load (concat user-emacs-directory "acme-mouse.el")) #+END_SRC @@ -514,6 +514,15 @@ I originally had custom defuns and bindings to do this, but then I found out it windmove-create-window t) #+END_SRC +**** Maus +:PROPERTIES: +:ID: 451a20e6-73a0-4d55-aeaa-e795980a6974 +:END: +Don't follow links with mouse-1, so I can select without having to use the keyboard (when I want to). +#+BEGIN_SRC emacs-lisp +(setq mouse-1-click-follows-link nil) +#+END_SRC + *** Buffer looks :PROPERTIES: :ID: 225b0716-b552-4166-b71f-0b54256a08a8 -- 2.39.5