summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/java-mode/constructor
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/java-mode/constructor')
-rw-r--r--.emacs.d/snippets/java-mode/constructor7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/java-mode/constructor b/.emacs.d/snippets/java-mode/constructor
new file mode 100644
index 0000000..602e496
--- /dev/null
+++ b/.emacs.d/snippets/java-mode/constructor
@@ -0,0 +1,7 @@
1# -*- mode: snippet; require-final-newline: nil -*-
2# name: constructor
3# key: c
4# --
5public ${1:Class} (${2:args}) {
6 $0
7} \ No newline at end of file