* init.el(b/duplicate-line-or-region): New convenience function.
[~bandali/configs] / etc / yasnippet / snippets / java-mode / format
CommitLineData
476f6228
AB
1# -*- mode: snippet -*-
2# name: String.format
3# key: f
4# --
5String.format("$1${2:%n}");$0