diff options
Diffstat (limited to '.emacs.d/snippets/java-mode/println')
| -rw-r--r-- | .emacs.d/snippets/java-mode/println | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/java-mode/println b/.emacs.d/snippets/java-mode/println new file mode 100644 index 0000000..7dd8f0d --- /dev/null +++ b/.emacs.d/snippets/java-mode/println | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: println | ||
| 3 | # key: pr | ||
| 4 | # -- | ||
| 5 | System.out.println("${1:text}"); | ||
| 6 | $0 \ No newline at end of file | ||
