Added snippets for Emacs
This commit is contained in:
8
emacs/.emacs.d/snippets/nxml-mode/sec
Normal file
8
emacs/.emacs.d/snippets/nxml-mode/sec
Normal file
@@ -0,0 +1,8 @@
|
||||
#name : sec
|
||||
# --
|
||||
<section xml:id="t_${1:$(replace-regexp-in-string " " "_" (downcase text))}">
|
||||
<title>${1:My Title}</title>
|
||||
<para>
|
||||
$0
|
||||
</para>
|
||||
</section>
|
||||
Reference in New Issue
Block a user