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