aboutsummaryrefslogtreecommitdiff
path: root/modules/modeline-config.el
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
commit8647d13e99e953455eaeac4ac54882f15ed44d33 (patch)
tree0f8787805e32b4adf263062dfd15be758b2616e1 /modules/modeline-config.el
parentb3e961e907d3e0a5fe78d57bd5ba11fa56cb76b9 (diff)
downloaddotemacs-8647d13e99e953455eaeac4ac54882f15ed44d33.tar.gz
dotemacs-8647d13e99e953455eaeac4ac54882f15ed44d33.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 'modules/modeline-config.el')
0 files changed, 0 insertions, 0 deletions