Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / println
1 # -*- mode: snippet -*-
2 # name: println
3 # key: p
4 # --
5 System.out.println($1);$0