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