projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
move emacs files from .emacs.d to .
[~bandali/configs]
/
etc
/
yasnippet
/
snippets
/
java-mode
/
new
Commit
Line
Data
476f6228
AB
1
# -*- mode: snippet -*-
2
# name: new
3
# key: new
4
# --
5
${1:Type} ${2:obj} = new ${3:Constr}(${4:args});$0