emacs: tweak java-mode printf yasnippet
authorAmin Bandali <bandali@gnu.org>
Wed, 29 May 2019 01:38:43 +0000 (21:38 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 29 May 2019 01:38:43 +0000 (21:38 -0400)
.emacs.d/etc/yasnippet/snippets/java-mode/printf

index eac39a1..1b8c277 100644 (file)
@@ -2,4 +2,4 @@
 # 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