aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-keymap-registration.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-11 21:30:27 -0500
committerCraig Jennings <c@cjennings.net>2026-07-11 21:30:27 -0500
commit12129ec7663137f14908381efc9198dfcaff7022 (patch)
treea0244978aee2b7a85b44816655ab3068403c6d6b /tests/test-init-keymap-registration.el
parentb25c12ecd0e8bf8b3f56f6741181eb7e1d82ac7e (diff)
downloaddotemacs-12129ec7663137f14908381efc9198dfcaff7022.tar.gz
dotemacs-12129ec7663137f14908381efc9198dfcaff7022.zip
fix(org-reveal-config): register presentation keys via prefix map
The seven presentation commands were bound with raw global-set-key on "C-; p ..." chains. That only works once keybindings.el has made "C-;" a live prefix. Otherwise each binding errors with "non-prefix key". I replaced them with cj/reveal-map registered under "C-; p" via cj/register-prefix-map, matching every sibling and dropping the load-order dependency.
Diffstat (limited to 'tests/test-init-keymap-registration.el')
0 files changed, 0 insertions, 0 deletions