summaryrefslogtreecommitdiff
path: root/emacs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/templates')
-rw-r--r--emacs/templates/c.eld5
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> "}")