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