Files
emacs-doom/config.el
Daneel 96e8fc3f1c macos: fix mouse — scroll wheel works, movement doesn't move cursor
- mouse-autoselect-window nil: mouse movement no longer switches
  active window (was the main cause of apparent cursor jumping)
- focus-follows-mouse nil: same — no focus change on hover
- mouse clicks still disabled ([mouse-1..3] → #'ignore)
- scroll wheel explicitly configured: 3 lines/tick, no acceleration,
  no progressive speed (mouse-wheel-scroll-amount)
2026-02-23 14:08:42 +01:00

38 KiB