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

10 lines
138 B
Plaintext

# -*- mode: snippet -*-
# name: wrapmathinline
# binding: C-I w m
# --
`(if (region-active-p)
(concat
"$"
yas-selected-text
"$")
)`