unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/c++-mode/tryw

11 lines
133 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: tryw
# key: tryw
# --
try {
`(or yas/selected-text (car kill-ring))`
}
catch ${1:Exception} {
}