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