* .emacs.d/init.el: Drop most `startup' customizations.
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / return
CommitLineData
476f6228
AB
1# -*- mode: snippet -*-
2# name: return
3# key: r
4# --
5return $1;$0