* init.el: Delete old hack; now we have erc-switch-to-buffer-other-window
[~bandali/configs] / etc / yasnippet / snippets / java-mode / return
1 # -*- mode: snippet -*-
2 # name: return
3 # key: r
4 # --
5 return $1;$0