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

10 lines
148 B
Plaintext

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