summaryrefslogtreecommitdiff
path: root/modules/org-export-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
commit7ae71f911426f29fda10f0edf119ff055ee38869 (patch)
tree5ca8acc9affa0ce0df05495452c148d13715fe77 /modules/org-export-config.el
parent0a0cec55557541c43662cf6405553ecfefd4b7d7 (diff)
downloaddotemacs-7ae71f911426f29fda10f0edf119ff055ee38869.tar.gz
dotemacs-7ae71f911426f29fda10f0edf119ff055ee38869.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/org-export-config.el')
0 files changed, 0 insertions, 0 deletions