Initial commit.
This commit is contained in:
7
.emacs.d/snippets/c++-mode/forc
Normal file
7
.emacs.d/snippets/c++-mode/forc
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for_c
|
||||
# key: forc
|
||||
# --
|
||||
for (${1:auto} ${2:i}: ${3:v}) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user