<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/tests/test-org-reveal-config-keymap.el, branch main</title>
<subtitle>My Emacs configuration
</subtitle>
<id>https://git.cjennings.net/dotemacs/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/dotemacs/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/'/>
<updated>2026-07-12T02:30:27+00:00</updated>
<entry>
<title>fix(org-reveal-config): register presentation keys via prefix map</title>
<updated>2026-07-12T02:30:27+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-07-12T02:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=12129ec7663137f14908381efc9198dfcaff7022'/>
<id>urn:sha1:12129ec7663137f14908381efc9198dfcaff7022</id>
<content type='text'>
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.
</content>
</entry>
</feed>
