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

10 lines
149 B
Plaintext

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