diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
| commit | 9139a1b136fa2b5adfcac0ac09a4f61aa1ee1ff4 (patch) | |
| tree | de82bc4776b87f1fbb86f14b4a15d35d009ddd28 /emacs/templates/c.eld | |
| parent | a9bf8f30c746f5b28bb7eb6938e8390127081a32 (diff) | |
full reorg
Diffstat (limited to 'emacs/templates/c.eld')
| -rw-r--r-- | emacs/templates/c.eld | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/templates/c.eld b/emacs/templates/c.eld deleted file mode 100644 index fdb899f..0000000 --- a/emacs/templates/c.eld +++ /dev/null @@ -1,5 +0,0 @@ - -c-mode - -(for > "for (" p "; " p "; " p ") {" n> (p "body;") n> "}") -(fori > "for (int i = 0; i < " p "; ++i) {" n> (p "body;") n> "}") |
