summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index bcdfe8b..0e85913 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -90,10 +90,8 @@
   :custom
   (mouse-yank-at-point t)
   (mouse-drag-and-drop-region nil)
-  (mouse-yank-at-point t)
   ;; Allow for slightly sloppier clicking.
-  (mouse-prefer-closest-glyph t) ;; Emacs 30
-  )
+  (mouse-prefer-closest-glyph t))
 
 ;; Shift click to select region with the mouse (https://christiantietze.de/posts/2022/07/shift-click-in-emacs-to-select/)
 (global-set-key (kbd "S-<down-mouse-1>") #'mouse-set-mark)