summaryrefslogtreecommitdiff
path: root/config/emacs/templates
diff options
context:
space:
mode:
authorThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 15:37:32 -0800
committerThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 16:02:01 -0800
commit67722ddb4200433493fecf5cfbac3690ef515f47 (patch)
treededd03202b9e4cfcb2f0b92d4a62aca963e68bdc /config/emacs/templates
parente1740f662083ebcd5573e6876ad3ecc8a8488cd9 (diff)
emacs various prog tweaks and abbrevs
Diffstat (limited to 'config/emacs/templates')
-rw-r--r--config/emacs/templates/c.eld5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/emacs/templates/c.eld b/config/emacs/templates/c.eld
index fdb899f..8e36296 100644
--- a/config/emacs/templates/c.eld
+++ b/config/emacs/templates/c.eld
@@ -1,5 +1,4 @@
-
c-mode
-(for > "for (" p "; " p "; " p ") {" n> (p "body;") n> "}")
-(fori > "for (int i = 0; i < " p "; ++i) {" n> (p "body;") n> "}")
+(for > "for (" p "; " p "; " p ") {" n> (p "body;") n "}")
+(fori > "for (int i = 0; i < " p "; ++i) {" n> (p "body;") n "}")