unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/c++-mode/tryw
2016-02-18 14:53:30 +01:00

11 lines
133 B
Plaintext

# -*- mode: snippet -*-
# name: tryw
# key: tryw
# --
try {
`(or yas/selected-text (car kill-ring))`
}
catch ${1:Exception} {
}