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

10 lines
149 B
Plaintext

# -*- mode: snippet -*-
# name: wrapmakecell
# binding: C-I m c
# --
`(if (region-active-p)
(concat
"\\makecell[tl]{"
yas-selected-text "}
")
)`