diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-15 15:10:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-15 15:10:38 -0500 |
| commit | 86d1c5d5dba88677ac26fe8eb10cce3198b8a4e9 (patch) | |
| tree | a7407d5e812e7baf96fb0859242f39026e9c410c /modules/keybindings.el | |
| parent | 243a18deb882531929a6833031825bb95d8c672d (diff) | |
| download | dotemacs-86d1c5d5dba88677ac26fe8eb10cce3198b8a4e9.tar.gz dotemacs-86d1c5d5dba88677ac26fe8eb10cce3198b8a4e9.zip | |
feat(snippets): add universal <cj marker snippet
New `snippets/fundamental-mode/cj-comment-block` expands `<cj` + TAB to the literal three-line marker block:
#+begin_src cj: comment
<cursor>
#+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.
Diffstat (limited to 'modules/keybindings.el')
0 files changed, 0 insertions, 0 deletions
