dot/emacs: Tell `ediff' not to move the mouse pointer.
[profile] / 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)