projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
shell: add ~/.Xmodmap file
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
java-mode
/
printf
diff --git
a/.emacs.d/etc/yasnippet/snippets/java-mode/printf
b/.emacs.d/etc/yasnippet/snippets/java-mode/printf
index
eac39a1
..
1b8c277
100644
(file)
--- a/
.emacs.d/etc/yasnippet/snippets/java-mode/printf
+++ b/
.emacs.d/etc/yasnippet/snippets/java-mode/printf
@@
-2,4
+2,4
@@
# name: printf
# key: pf
# --
# name: printf
# key: pf
# --
-System.out.printf("$1${2:%n}");$0
\ No newline at end of file
+System.out.printf("$1${2:%n}"
$3
);$0
\ No newline at end of file