From c13334d651b13d8b047cb3dc35ad3e1ef239013f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Oct 2009 05:30:58 +0200 Subject: added snippets for loading with module from dotfiles --- emacs.d/snippets/text-mode/html-mode/body | 6 ++++++ emacs.d/snippets/text-mode/html-mode/br | 4 ++++ emacs.d/snippets/text-mode/html-mode/code | 6 ++++++ emacs.d/snippets/text-mode/html-mode/code.class | 6 ++++++ emacs.d/snippets/text-mode/html-mode/dd | 5 +++++ emacs.d/snippets/text-mode/html-mode/div | 3 +++ emacs.d/snippets/text-mode/html-mode/div.class | 6 ++++++ emacs.d/snippets/text-mode/html-mode/div.id | 6 ++++++ emacs.d/snippets/text-mode/html-mode/div.id-class | 6 ++++++ emacs.d/snippets/text-mode/html-mode/dl | 7 +++++++ emacs.d/snippets/text-mode/html-mode/dl.id | 7 +++++++ emacs.d/snippets/text-mode/html-mode/doctype | 4 ++++ emacs.d/snippets/text-mode/html-mode/doctype.xhml1 | 4 ++++ emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 | 4 ++++ emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_strict | 4 ++++ .../snippets/text-mode/html-mode/doctype.xhtml1_transitional | 4 ++++ emacs.d/snippets/text-mode/html-mode/dov | 11 +++++++++++ emacs.d/snippets/text-mode/html-mode/dt | 5 +++++ emacs.d/snippets/text-mode/html-mode/form | 6 ++++++ emacs.d/snippets/text-mode/html-mode/h1 | 5 +++++ emacs.d/snippets/text-mode/html-mode/h2 | 5 +++++ emacs.d/snippets/text-mode/html-mode/h3 | 5 +++++ emacs.d/snippets/text-mode/html-mode/h4 | 5 +++++ emacs.d/snippets/text-mode/html-mode/h5 | 5 +++++ emacs.d/snippets/text-mode/html-mode/h6 | 5 +++++ emacs.d/snippets/text-mode/html-mode/head | 6 ++++++ emacs.d/snippets/text-mode/html-mode/hr | 4 ++++ emacs.d/snippets/text-mode/html-mode/href | 4 ++++ emacs.d/snippets/text-mode/html-mode/html | 6 ++++++ emacs.d/snippets/text-mode/html-mode/html.xmlns | 6 ++++++ emacs.d/snippets/text-mode/html-mode/img | 4 ++++ emacs.d/snippets/text-mode/html-mode/input | 4 ++++ emacs.d/snippets/text-mode/html-mode/li | 5 +++++ emacs.d/snippets/text-mode/html-mode/li.class | 5 +++++ emacs.d/snippets/text-mode/html-mode/link.stylesheet | 4 ++++ emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie | 6 ++++++ emacs.d/snippets/text-mode/html-mode/mailto | 4 ++++ emacs.d/snippets/text-mode/html-mode/meta | 5 +++++ emacs.d/snippets/text-mode/html-mode/meta.http-equiv | 5 +++++ emacs.d/snippets/text-mode/html-mode/ol | 7 +++++++ emacs.d/snippets/text-mode/html-mode/ol.class | 7 +++++++ emacs.d/snippets/text-mode/html-mode/ol.id | 7 +++++++ emacs.d/snippets/text-mode/html-mode/p | 4 ++++ emacs.d/snippets/text-mode/html-mode/pre | 6 ++++++ emacs.d/snippets/text-mode/html-mode/quote | 6 ++++++ emacs.d/snippets/text-mode/html-mode/script.javascript | 6 ++++++ emacs.d/snippets/text-mode/html-mode/script.javascript-src | 4 ++++ emacs.d/snippets/text-mode/html-mode/span | 4 ++++ emacs.d/snippets/text-mode/html-mode/span.class | 4 ++++ emacs.d/snippets/text-mode/html-mode/span.id | 4 ++++ emacs.d/snippets/text-mode/html-mode/style | 6 ++++++ emacs.d/snippets/text-mode/html-mode/table | 7 +++++++ emacs.d/snippets/text-mode/html-mode/td | 5 +++++ emacs.d/snippets/text-mode/html-mode/textarea | 4 ++++ emacs.d/snippets/text-mode/html-mode/th | 5 +++++ emacs.d/snippets/text-mode/html-mode/title | 4 ++++ emacs.d/snippets/text-mode/html-mode/tr | 7 +++++++ emacs.d/snippets/text-mode/html-mode/ul | 7 +++++++ emacs.d/snippets/text-mode/html-mode/ul.class | 7 +++++++ emacs.d/snippets/text-mode/html-mode/ul.id | 7 +++++++ 60 files changed, 320 insertions(+) create mode 100644 emacs.d/snippets/text-mode/html-mode/body create mode 100644 emacs.d/snippets/text-mode/html-mode/br create mode 100644 emacs.d/snippets/text-mode/html-mode/code create mode 100644 emacs.d/snippets/text-mode/html-mode/code.class create mode 100644 emacs.d/snippets/text-mode/html-mode/dd create mode 100644 emacs.d/snippets/text-mode/html-mode/div create mode 100644 emacs.d/snippets/text-mode/html-mode/div.class create mode 100644 emacs.d/snippets/text-mode/html-mode/div.id create mode 100644 emacs.d/snippets/text-mode/html-mode/div.id-class create mode 100644 emacs.d/snippets/text-mode/html-mode/dl create mode 100644 emacs.d/snippets/text-mode/html-mode/dl.id create mode 100644 emacs.d/snippets/text-mode/html-mode/doctype create mode 100644 emacs.d/snippets/text-mode/html-mode/doctype.xhml1 create mode 100644 emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 create mode 100644 emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_strict create mode 100644 emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_transitional create mode 100644 emacs.d/snippets/text-mode/html-mode/dov create mode 100644 emacs.d/snippets/text-mode/html-mode/dt create mode 100644 emacs.d/snippets/text-mode/html-mode/form create mode 100644 emacs.d/snippets/text-mode/html-mode/h1 create mode 100644 emacs.d/snippets/text-mode/html-mode/h2 create mode 100644 emacs.d/snippets/text-mode/html-mode/h3 create mode 100644 emacs.d/snippets/text-mode/html-mode/h4 create mode 100644 emacs.d/snippets/text-mode/html-mode/h5 create mode 100644 emacs.d/snippets/text-mode/html-mode/h6 create mode 100644 emacs.d/snippets/text-mode/html-mode/head create mode 100644 emacs.d/snippets/text-mode/html-mode/hr create mode 100644 emacs.d/snippets/text-mode/html-mode/href create mode 100644 emacs.d/snippets/text-mode/html-mode/html create mode 100644 emacs.d/snippets/text-mode/html-mode/html.xmlns create mode 100644 emacs.d/snippets/text-mode/html-mode/img create mode 100644 emacs.d/snippets/text-mode/html-mode/input create mode 100644 emacs.d/snippets/text-mode/html-mode/li create mode 100644 emacs.d/snippets/text-mode/html-mode/li.class create mode 100644 emacs.d/snippets/text-mode/html-mode/link.stylesheet create mode 100644 emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie create mode 100644 emacs.d/snippets/text-mode/html-mode/mailto create mode 100644 emacs.d/snippets/text-mode/html-mode/meta create mode 100644 emacs.d/snippets/text-mode/html-mode/meta.http-equiv create mode 100644 emacs.d/snippets/text-mode/html-mode/ol create mode 100644 emacs.d/snippets/text-mode/html-mode/ol.class create mode 100644 emacs.d/snippets/text-mode/html-mode/ol.id create mode 100644 emacs.d/snippets/text-mode/html-mode/p create mode 100644 emacs.d/snippets/text-mode/html-mode/pre create mode 100644 emacs.d/snippets/text-mode/html-mode/quote create mode 100644 emacs.d/snippets/text-mode/html-mode/script.javascript create mode 100644 emacs.d/snippets/text-mode/html-mode/script.javascript-src create mode 100644 emacs.d/snippets/text-mode/html-mode/span create mode 100644 emacs.d/snippets/text-mode/html-mode/span.class create mode 100644 emacs.d/snippets/text-mode/html-mode/span.id create mode 100644 emacs.d/snippets/text-mode/html-mode/style create mode 100644 emacs.d/snippets/text-mode/html-mode/table create mode 100644 emacs.d/snippets/text-mode/html-mode/td create mode 100644 emacs.d/snippets/text-mode/html-mode/textarea create mode 100644 emacs.d/snippets/text-mode/html-mode/th create mode 100644 emacs.d/snippets/text-mode/html-mode/title create mode 100644 emacs.d/snippets/text-mode/html-mode/tr create mode 100644 emacs.d/snippets/text-mode/html-mode/ul create mode 100644 emacs.d/snippets/text-mode/html-mode/ul.class create mode 100644 emacs.d/snippets/text-mode/html-mode/ul.id (limited to 'emacs.d/snippets/text-mode/html-mode') diff --git a/emacs.d/snippets/text-mode/html-mode/body b/emacs.d/snippets/text-mode/html-mode/body new file mode 100644 index 0000000..c924f8c --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/body @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/br b/emacs.d/snippets/text-mode/html-mode/br new file mode 100644 index 0000000..3492098 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/br @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name :
+# -- +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/code b/emacs.d/snippets/text-mode/html-mode/code new file mode 100644 index 0000000..6f558ec --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/code @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/code.class b/emacs.d/snippets/text-mode/html-mode/code.class new file mode 100644 index 0000000..b910eb7 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/code.class @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/dd b/emacs.d/snippets/text-mode/html-mode/dd new file mode 100644 index 0000000..8120b13 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/dd @@ -0,0 +1,5 @@ +#contributor : Rodrigo Setti +#name :
...
+#group : list +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/div b/emacs.d/snippets/text-mode/html-mode/div new file mode 100644 index 0000000..1c9c0c8 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/div @@ -0,0 +1,3 @@ +#name : ... +# -- +$0 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/div.class b/emacs.d/snippets/text-mode/html-mode/div.class new file mode 100644 index 0000000..11c12d6 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/div.class @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/div.id b/emacs.d/snippets/text-mode/html-mode/div.id new file mode 100644 index 0000000..ccde64d --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/div.id @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/div.id-class b/emacs.d/snippets/text-mode/html-mode/div.id-class new file mode 100644 index 0000000..bce8920 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/div.id-class @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
...
+# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/dl b/emacs.d/snippets/text-mode/html-mode/dl new file mode 100644 index 0000000..be11bb5 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/dl @@ -0,0 +1,7 @@ +#contributor : Rodrigo Setti +#name :
...
+#group : list +# -- +
+ $0 +
diff --git a/emacs.d/snippets/text-mode/html-mode/dl.id b/emacs.d/snippets/text-mode/html-mode/dl.id new file mode 100644 index 0000000..16aba53 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/dl.id @@ -0,0 +1,7 @@ +#contributor : Rodrigo Setti +#name :
...
+#group : list +# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/doctype b/emacs.d/snippets/text-mode/html-mode/doctype new file mode 100644 index 0000000..a60dfb6 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/doctype @@ -0,0 +1,4 @@ +#name : Doctype HTML 4.01 Strict +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/doctype.xhml1 b/emacs.d/snippets/text-mode/html-mode/doctype.xhml1 new file mode 100644 index 0000000..5d95e07 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/doctype.xhml1 @@ -0,0 +1,4 @@ +#name : DocType XHTML 1.0 frameset +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 new file mode 100644 index 0000000..fec46d7 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 @@ -0,0 +1,4 @@ +#name : DocType XHTML 1.1 +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_strict b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_strict new file mode 100644 index 0000000..20d95d3 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_strict @@ -0,0 +1,4 @@ +#name : DocType XHTML 1.0 Strict +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_transitional b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_transitional new file mode 100644 index 0000000..c5255fc --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_transitional @@ -0,0 +1,4 @@ +#name : DocType XHTML 1.0 Transitional +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/dov b/emacs.d/snippets/text-mode/html-mode/dov new file mode 100644 index 0000000..e8341ea --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/dov @@ -0,0 +1,11 @@ +#name : ... +# -- +a mirror up here $3 + + + + $0 + + + actually some other shit and $3 + diff --git a/emacs.d/snippets/text-mode/html-mode/dt b/emacs.d/snippets/text-mode/html-mode/dt new file mode 100644 index 0000000..f385cec --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/dt @@ -0,0 +1,5 @@ +#contributor : Rodrigo Setti +#name :
...
+#group : list +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/form b/emacs.d/snippets/text-mode/html-mode/form new file mode 100644 index 0000000..f1c066d --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/form @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
+# -- +
+ $0 +
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h1 b/emacs.d/snippets/text-mode/html-mode/h1 new file mode 100644 index 0000000..414e457 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h1 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :

...

+#group : header +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h2 b/emacs.d/snippets/text-mode/html-mode/h2 new file mode 100644 index 0000000..3722a29 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h2 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :

...

+#group : header +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h3 b/emacs.d/snippets/text-mode/html-mode/h3 new file mode 100644 index 0000000..a1eaab1 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h3 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :

...

+#group : header +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h4 b/emacs.d/snippets/text-mode/html-mode/h4 new file mode 100644 index 0000000..df71628 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h4 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :

...

+#group : header +# -- +

$1

\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h5 b/emacs.d/snippets/text-mode/html-mode/h5 new file mode 100644 index 0000000..0109822 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h5 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :
...
+#group : header +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/h6 b/emacs.d/snippets/text-mode/html-mode/h6 new file mode 100644 index 0000000..21c718f --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/h6 @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :
...
+#group : header +# -- +
$1
\ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/head b/emacs.d/snippets/text-mode/html-mode/head new file mode 100644 index 0000000..d639a73 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/head @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + \ No newline at end of file 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 +#name :
+# -- +
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 +#name : ... +# -- +$2 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/html b/emacs.d/snippets/text-mode/html-mode/html new file mode 100644 index 0000000..958aa6d --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/html @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + diff --git a/emacs.d/snippets/text-mode/html-mode/html.xmlns b/emacs.d/snippets/text-mode/html-mode/html.xmlns new file mode 100644 index 0000000..7dd7ee4 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/html.xmlns @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : ... +# -- + + $0 + diff --git a/emacs.d/snippets/text-mode/html-mode/img b/emacs.d/snippets/text-mode/html-mode/img new file mode 100644 index 0000000..897f605 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/img @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : ... +# -- +$3 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/input b/emacs.d/snippets/text-mode/html-mode/input new file mode 100644 index 0000000..c79ba87 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/input @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/li b/emacs.d/snippets/text-mode/html-mode/li new file mode 100644 index 0000000..c5139fa --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/li @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :
  • ...
  • +#group : list +# -- +
  • $1
  • \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/li.class b/emacs.d/snippets/text-mode/html-mode/li.class new file mode 100644 index 0000000..90f0c65 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/li.class @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name :
  • ...
  • +#group : list +# -- +
  • $2
  • \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/link.stylesheet b/emacs.d/snippets/text-mode/html-mode/link.stylesheet new file mode 100644 index 0000000..6c9de74 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/link.stylesheet @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie b/emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie new file mode 100644 index 0000000..4f6a776 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/link.stylesheet-ie @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/mailto b/emacs.d/snippets/text-mode/html-mode/mailto new file mode 100644 index 0000000..419f2a5 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/mailto @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : ... +# -- +$0 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/meta b/emacs.d/snippets/text-mode/html-mode/meta new file mode 100644 index 0000000..30319ef --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/meta @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#group : meta +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/meta.http-equiv b/emacs.d/snippets/text-mode/html-mode/meta.http-equiv new file mode 100644 index 0000000..c059a44 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/meta.http-equiv @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name : +#group : meta +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ol b/emacs.d/snippets/text-mode/html-mode/ol new file mode 100644 index 0000000..58899fa --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ol @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ol.class b/emacs.d/snippets/text-mode/html-mode/ol.class new file mode 100644 index 0000000..b091f08 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ol.class @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ol.id b/emacs.d/snippets/text-mode/html-mode/ol.id new file mode 100644 index 0000000..13c7c06 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ol.id @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/p b/emacs.d/snippets/text-mode/html-mode/p new file mode 100644 index 0000000..649d9a2 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/p @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name :

    ...

    +# -- +

    $1

    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/pre b/emacs.d/snippets/text-mode/html-mode/pre new file mode 100644 index 0000000..bfebb3c --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/pre @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
    ...
    +# -- +
    +  $0
    +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/quote b/emacs.d/snippets/text-mode/html-mode/quote new file mode 100644 index 0000000..65ded74 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/quote @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name :
    ...
    +# -- +
    + $1 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/script.javascript b/emacs.d/snippets/text-mode/html-mode/script.javascript new file mode 100644 index 0000000..bf0c3b5 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/script.javascript @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/script.javascript-src b/emacs.d/snippets/text-mode/html-mode/script.javascript-src new file mode 100644 index 0000000..b64c4dc --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/script.javascript-src @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/span b/emacs.d/snippets/text-mode/html-mode/span new file mode 100644 index 0000000..149758d --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/span @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : ... +# -- +$1 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/span.class b/emacs.d/snippets/text-mode/html-mode/span.class new file mode 100644 index 0000000..2d5ee55 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/span.class @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : ... +# -- +$2 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/span.id b/emacs.d/snippets/text-mode/html-mode/span.id new file mode 100644 index 0000000..30a81bc --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/span.id @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : ... +# -- +$2 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/style b/emacs.d/snippets/text-mode/html-mode/style new file mode 100644 index 0000000..300bead --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/style @@ -0,0 +1,6 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/table b/emacs.d/snippets/text-mode/html-mode/table new file mode 100644 index 0000000..561614f --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/table @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name : ...
    +#group : table +# -- + + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/td b/emacs.d/snippets/text-mode/html-mode/td new file mode 100644 index 0000000..4f494eb --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/td @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name : ... +#group : table +# -- +$2 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/textarea b/emacs.d/snippets/text-mode/html-mode/textarea new file mode 100644 index 0000000..058498f --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/textarea @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu +#name : +# -- + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/th b/emacs.d/snippets/text-mode/html-mode/th new file mode 100644 index 0000000..3b5fab1 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/th @@ -0,0 +1,5 @@ +#contributor : Jimmy Wu +#name : ... +#group : table +# -- +$2 \ No newline at end of file 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 +#name : ... +# -- +$1 \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/tr b/emacs.d/snippets/text-mode/html-mode/tr new file mode 100644 index 0000000..3878a1c --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/tr @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name : ... +#group : table +# -- + + $0 + \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ul b/emacs.d/snippets/text-mode/html-mode/ul new file mode 100644 index 0000000..981e6e7 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ul @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ul.class b/emacs.d/snippets/text-mode/html-mode/ul.class new file mode 100644 index 0000000..c1e3e91 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ul.class @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file diff --git a/emacs.d/snippets/text-mode/html-mode/ul.id b/emacs.d/snippets/text-mode/html-mode/ul.id new file mode 100644 index 0000000..ababf37 --- /dev/null +++ b/emacs.d/snippets/text-mode/html-mode/ul.id @@ -0,0 +1,7 @@ +#contributor : Jimmy Wu +#name :
      ...
    +#group : list +# -- +
      + $0 +
    \ No newline at end of file -- cgit v1.2.3