# -*- mode: snippet -*- # name: wrapbold # binding: C-I w b # -- `(if (region-active-p) (concat "\\textbf{" yas-selected-text "}") )`