Files
dotfiles/emacs/.emacs.d/snippets/nxml-mode/sec
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +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>