From ce86158c750b8715e2b0df12e97ab5b6609d95ca Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 18 Mar 2023 14:14:00 +0000 Subject: [PATCH] dot/emacs: Tell `ediff' not to move the mouse pointer. Everything still seems to work. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 220fdd4..000be6a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -412,6 +412,7 @@ (setq find-ls-option ;Build file lists efficiently '("-print0 | xargs -0r ls -ld" . "ld")) (setq bookmark-save-flag 0) ;Save bookmarks automatically +(setq ediff-grab-mouse nil) (setq vc-follow-symlinks t vc-git-resolve-conflicts nil) (setq x-gtk-file-dialog-help-text nil) -- 2.11.0