2025-09-08 20:34:20 +03:00

10 lines
151 B
Plaintext

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