summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/java-mode/printf
diff options
context:
space:
mode:
authorSimeon Simeonov2016-02-17 07:39:51 +0100
committerSimeon Simeonov2016-02-17 07:39:51 +0100
commit481decd28b7940d1dae11fd0ff2dc06143c46ee8 (patch)
treefca07ee06cf69f62776d74cc03087f8c71401ad5 /.emacs.d/snippets/java-mode/printf
parent905ddda312c1535909c64bb261d4cf2a3edcb8ae (diff)
Add java-mode snippets. Upgrade yasnippet and yaml-mode
Diffstat (limited to '.emacs.d/snippets/java-mode/printf')
-rw-r--r--.emacs.d/snippets/java-mode/printf5
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# --
5System.out.printf("$0%n"); \ No newline at end of file