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