aboutsummaryrefslogtreecommitdiff
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
commit6662b48977164c5a47261a61b9354b017f375b66 (patch)
tree0f8787805e32b4adf263062dfd15be758b2616e1 /scripts
parent7d4e15e6f44cea4d9f2d7b8596a3da65edc0e8cc (diff)
downloaddotemacs-6662b48977164c5a47261a61b9354b017f375b66.tar.gz
dotemacs-6662b48977164c5a47261a61b9354b017f375b66.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