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

12 lines
172 B
Plaintext

# -*- mode: snippet -*-
# name: wrapframeexcl
# binding: C-I w f e
# --
`(if (region-active-p)
(concat
"\\begin{frm} \\excl
"
yas-selected-text
"\\end{frm}
")
)`