emacs-config/emacs.d/snippets/latex-mode/wrap-listing-highlight
2025-09-08 20:34:20 +03:00

8 lines
155 B
Plaintext

# -*- mode: snippet -*-
# name: wrap-listing-highlight
# binding: C-I w h
# --
`(if (region-active-p)
(concat
"<@\\lh{red}{" yas-selected-text "}@>"))`