diff options
| author | Simeon Simeonov | 2016-02-17 07:39:51 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2016-02-17 07:39:51 +0100 |
| commit | 481decd28b7940d1dae11fd0ff2dc06143c46ee8 (patch) | |
| tree | fca07ee06cf69f62776d74cc03087f8c71401ad5 /.emacs.d/snippets/java-mode/value | |
| parent | 905ddda312c1535909c64bb261d4cf2a3edcb8ae (diff) | |
Add java-mode snippets. Upgrade yasnippet and yaml-mode
Diffstat (limited to '.emacs.d/snippets/java-mode/value')
| -rw-r--r-- | .emacs.d/snippets/java-mode/value | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/java-mode/value b/.emacs.d/snippets/java-mode/value new file mode 100644 index 0000000..7ec38ef --- /dev/null +++ b/.emacs.d/snippets/java-mode/value | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet; require-final-newline: nil -*- | ||
| 2 | # name: value | ||
| 3 | # key: val | ||
| 4 | # -- | ||
| 5 | final ${1:int} ${2:n} = $0; \ No newline at end of file | ||
