chiark / gitweb /
dot/emacs: Turn off `mouse-autoselect-window'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2020 09:18:50 +0000 (10:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2020 09:18:50 +0000 (10:18 +0100)
I think I've given this a fair shake and decided that I don't like it.
Honestly, I'm a bit surprised: I expected to have a strong feeling about
this one way or the other, but I don't.  It's just a tiny bit annoying.

Anyway, I think it was a worthwhile experiment.

dot/emacs

index 13d142c1557b5557ea2d0049200dcdab37926799..de70388a77747aadf3d52f0eea1bd388a15f851b 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq Info-fontify-maximum-menu-size 100000)
 (setq set-mark-command-repeat-pop t)
 (setq password-cache-expiry nil)
-(setq mouse-autoselect-window t)
+(setq mouse-autoselect-window nil)
 (setq-default proced-filter 'all
              proced-sort 'user)
 (setq ispell-program-name "aspell-hack"