<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/snippets/fundamental-mode, 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-05-15T20:10:38+00:00</updated>
<entry>
<title>feat(snippets): add universal &lt;cj marker snippet</title>
<updated>2026-05-15T20:10:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-05-15T20:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=ea064dd5b2d72007e9aeeca4f92c02b6e76f7f3c'/>
<id>urn:sha1:ea064dd5b2d72007e9aeeca4f92c02b6e76f7f3c</id>
<content type='text'>
New `snippets/fundamental-mode/cj-comment-block` expands `&lt;cj` + TAB to the literal three-line marker block:

    #+begin_src cj: comment
    &lt;cursor&gt;
    #+end_src

It lives in `fundamental-mode/` so yas's parent-chain lookup finds it in every buffer, plus the activation hook from the previous commit explicitly turns on `fundamental-mode` as an extra mode in every buffer — so even modes that don't descend from `fundamental-mode` (like `special-mode`-derived buffers) pick it up.

The marker is what my Python scanner skill picks out across files. Now I can plant it in any buffer, not just org where the old org-tempo entry lived.
</content>
</entry>
</feed>
