dot/emacs: Tell `ediff' not to move the mouse pointer.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 18 Mar 2023 14:14:00 +0000 (14:14 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 18 Mar 2023 14:14:00 +0000 (14:14 +0000)
Everything still seems to work.

dot/emacs

index 220fdd4..000be6a 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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)