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
/
java-mode
/
if
blob: cae545fab7437959e374e4856fd5490bf4aeca2a (
plain
)
1
2
3
4
5
6
7
# -*- mode: snippet -*- # name: if # key: if # -- if (${1:condition}) { $0 }