Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / new
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/new b/.emacs.d/etc/yasnippet/snippets/java-mode/new
new file mode 100644 (file)
index 0000000..1ffd2e5
--- /dev/null
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: new
+# key: new
+# --
+${1:Type} ${2:obj} = new ${3:Constr}(${4:args});$0
\ No newline at end of file