Files
dotfiles/emacs/.emacs.d/snippets/nxml-mode/sec
Fabio Scotto di Santolo 07dfd8687a Added snippets for Emacs
2026-01-07 09:31:19 +01:00

9 lines
163 B
Plaintext

#name : sec
# --
<section xml:id="t_${1:$(replace-regexp-in-string " " "_" (downcase text))}">
<title>${1:My Title}</title>
<para>
$0
</para>
</section>