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

12 lines
173 B
Plaintext

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