diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/nxml-mode/h1')
-rw-r--r-- | emacs.d/snippets/text-mode/nxml-mode/h1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/nxml-mode/h1 b/emacs.d/snippets/text-mode/nxml-mode/h1 new file mode 100644 index 0000000..bc72fd6 --- /dev/null +++ b/emacs.d/snippets/text-mode/nxml-mode/h1 @@ -0,0 +1,5 @@ +#contributor : Anders Bach Nielsen <abachn@abachn.net>
+#name : <h1>...</h1>
+#group : header
+# --
+<h1>$1</h1>
\ No newline at end of file |