chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e571ef
)
dot/emacs: Tell `ediff' not to move the mouse pointer.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Mar 2023 14:14:00 +0000
(14:14 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Mar 2023 14:14:00 +0000
(14:14 +0000)
Everything still seems to work.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 220fdd4e93831284665e2593591509cd5ca894a5..000be6ac0a20fd75f6efc8f98dbd8609a67e5744 100644
(file)
--- 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)