: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
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