* .config/tridactyl/themes/bandali-dark.css: Import tridactyl's `midnight' theme.
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / printf
CommitLineData
476f6228
AB
1# -*- mode: snippet -*-
2# name: printf
3# key: pf
4# --
181ffc18 5System.out.printf("$1${2:%n}"$3);$0