diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-07-21 09:44:06 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-07-21 09:44:06 -0700 |
| commit | 6e20368b93d57efaa5aab7901ae436ddaccd156a (patch) | |
| tree | 80dd7fc8fdb9c2b66710f3ac55791ab7573329e0 /emacs/templates/c.eld | |
| parent | b1d79734cdd878bde098a18a9af77b241cd7afa8 (diff) | |
tempel setup
Diffstat (limited to 'emacs/templates/c.eld')
| -rw-r--r-- | emacs/templates/c.eld | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/templates/c.eld b/emacs/templates/c.eld new file mode 100644 index 0000000..fdb899f --- /dev/null +++ b/emacs/templates/c.eld @@ -0,0 +1,5 @@ + +c-mode + +(for > "for (" p "; " p "; " p ") {" n> (p "body;") n> "}") +(fori > "for (int i = 0; i < " p "; ++i) {" n> (p "body;") n> "}") |
