summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-15 04:13:45 -0600
committerCraig Jennings <c@cjennings.net>2025-11-15 04:13:45 -0600
commitb99a48df22e608ea875dbb0809e59a48db69b242 (patch)
treea2d2a11f96bfb7fb061644199b012592e463ed7f /scripts
parentcd0ff7a478b355a9353f2929366bc83022111787 (diff)
downloaddotemacs-b99a48df22e608ea875dbb0809e59a48db69b242.tar.gz
dotemacs-b99a48df22e608ea875dbb0809e59a48db69b242.zip
fix(mousetrap): Fix dashboard click/scroll blocking issue
- Change dashboard profile from primary-click to scroll+primary (allows both scrolling and left-clicking in dashboard) - Remove incorrect manual manipulation of minor-mode-map-alist (define-minor-mode handles this automatically via mouse-trap-mode-map) - Simplify disable logic to just clear the buffer-local keymap The bug was that manually prepending to minor-mode-map-alist interfered with Emacs' automatic buffer-local keymap lookup. Now each buffer gets its own keymap based on major mode, and Emacs handles the lookup correctly.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions