summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/cc-mode/for
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/cc-mode/for')
-rw-r--r--.emacs.d/mysnippets/text-mode/cc-mode/for6
1 files changed, 0 insertions, 6 deletions
diff --git a/.emacs.d/mysnippets/text-mode/cc-mode/for b/.emacs.d/mysnippets/text-mode/cc-mode/for
deleted file mode 100644
index c4cade6..0000000
--- a/.emacs.d/mysnippets/text-mode/cc-mode/for
+++ /dev/null
@@ -1,6 +0,0 @@
1#name : for (...; ...; ...) { ... }
2# --
3for (${1:int i = 0}; ${2:i < N}; ${3:++i})
4{
5 $0
6} \ No newline at end of file