From c1a0536eb53b44253f846a20d30b5151a12544a5 Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:04:48 +0800 Subject: No more waiting for Emacs 30 --- emacs/init.el | 4 +--- 1 file changed, 1 insertion(+), 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-") #'mouse-set-mark) -- cgit 1.4.1-2-gfad0