diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/html-mode/hr | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/html-mode/href | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/html-mode/hr b/emacs.d/snippets/text-mode/html-mode/hr new file mode 100644 index 0000000..c2c330c --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/hr @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu <frozenthrone88@gmail.com>
+#name : <hr />
+# --
+<hr />
diff --git a/emacs.d/snippets/text-mode/html-mode/href b/emacs.d/snippets/text-mode/html-mode/href new file mode 100644 index 0000000..121d589 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/href @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu <frozenthrone88@gmail.com>
+#name : <a href="...">...</a>
+# --
+<a href="$1">$2</a>
\ No newline at end of file |