From: Mark Wooding Date: Sat, 18 Mar 2023 14:14:00 +0000 (+0000) Subject: dot/emacs: Tell `ediff' not to move the mouse pointer. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ce86158c750b8715e2b0df12e97ab5b6609d95ca?hp=7e571efe63719ddef999d78deccb42fb76a81aca dot/emacs: Tell `ediff' not to move the mouse pointer. Everything still seems to work. --- 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)