Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / etc / yasnippet / snippets / java-mode / println
diff --git a/etc/yasnippet/snippets/java-mode/println b/etc/yasnippet/snippets/java-mode/println
deleted file mode 100644 (file)
index 7bb944c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: println
-# key: p
-# --
-System.out.println($1);$0
\ No newline at end of file