* .emacs.d/lisp/bandali-erc.el: Look up certs from authinfo file
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / return
1 # -*- mode: snippet -*-
2 # name: return
3 # key: r
4 # --
5 return $1;$0