]> git.earman.xyz Git - emacsinit.git/commitdiff
Disable link-following with mouse-1
authorrearman <rearman@r717.net>
Fri, 10 May 2024 12:19:57 +0000 (08:19 -0400)
committerrearman <rearman@r717.net>
Fri, 10 May 2024 12:19:57 +0000 (08:19 -0400)
init.org

index c0e6c677b01dd2941deb634a0957dce40aba0530..59d30d2f49a3fd81add4d0d360dfac7ea79691a8 100644 (file)
--- 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