index
:
emacs-config
master
Simeon's emacs config repo
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.emacs.d
/
snippets
/
rust-mode
/
loop
blob: e24ae616ad45076041b586ed8a64748da9aacbd3 (
plain
)
1
2
3
4
5
6
7
# -*- mode: snippet -*- # name: loop { ... } # key: loop # -- loop { $0 }