diff options
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/java-mode/println')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/java-mode/println | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/println b/.emacs.d/etc/yasnippet/snippets/java-mode/println deleted file mode 100644 index 7bb944c..0000000 --- a/.emacs.d/etc/yasnippet/snippets/java-mode/println +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: println -# key: p -# -- -System.out.println($1);$0
\ No newline at end of file |