From ea064dd5b2d72007e9aeeca4f92c02b6e76f7f3c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 15 May 2026 15:10:38 -0500 Subject: feat(snippets): add universal #+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. --- snippets/fundamental-mode/cj-comment-block | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/fundamental-mode/cj-comment-block (limited to 'snippets') diff --git a/snippets/fundamental-mode/cj-comment-block b/snippets/fundamental-mode/cj-comment-block new file mode 100644 index 00000000..0670e2f6 --- /dev/null +++ b/snippets/fundamental-mode/cj-comment-block @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: cj-comment-block +# key: