diff options
Diffstat (limited to '.emacs.d/snippets/java-mode/printf')
| -rw-r--r-- | .emacs.d/snippets/java-mode/printf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/java-mode/printf b/.emacs.d/snippets/java-mode/printf new file mode 100644 index 0000000..f93c965 --- /dev/null +++ b/.emacs.d/snippets/java-mode/printf | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: printf | ||
| 3 | # key: printf | ||
| 4 | # -- | ||
| 5 | System.out.printf("$0%n"); \ No newline at end of file | ||
