* init.el(b/duplicate-line-or-region): New convenience function.
[~bandali/configs] / etc / yasnippet / snippets / java-mode / return
... / ...
CommitLineData
1# -*- mode: snippet -*-
2# name: return
3# key: r
4# --
5return $1;$0