diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/nxml-mode/li | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/nxml-mode/link | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/nxml-mode/li b/emacs.d/snippets/text-mode/nxml-mode/li new file mode 100644 index 0000000..c952682 --- /dev/null +++ b/emacs.d/snippets/text-mode/nxml-mode/li @@ -0,0 +1,4 @@ +#contributor : Anders Bach Nielsen <abachn@abachn.net>
+#name : <li>...</li>
+# --
+<li>$1</li>
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/nxml-mode/link b/emacs.d/snippets/text-mode/nxml-mode/link new file mode 100644 index 0000000..d93b7a5 --- /dev/null +++ b/emacs.d/snippets/text-mode/nxml-mode/link @@ -0,0 +1,4 @@ +#contributor : Anders Bach Nielsen <abachn@abachn.net>
+#name : <link stylesheet="..." />
+# --
+<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
\ No newline at end of file |