aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-03-01 14:29:54 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-03-01 14:29:54 +0100
commit9c6f0c9e0ad3b135add646b966e9b0152f640379 (patch)
tree72e84084cca936b887c8d1543b45ec040a137d40
parent3dbc931ae93a00c5b26db6b587ff0dc044162c3c (diff)
Add Emacs mode markers to all templates.
-rw-r--r--opml.st7
-rw-r--r--simple-entry-list.st7
-rw-r--r--simple-feed-list.st7
3 files changed, 20 insertions, 1 deletions
diff --git a/opml.st b/opml.st
index 9a928ed..4fc9b2f 100644
--- a/opml.st
+++ b/opml.st
@@ -14,4 +14,9 @@
</body>
</opml>
-
+$!
+Local Variables:
+ mode: xml
+ coding: utf-8
+End:
+!$
diff --git a/simple-entry-list.st b/simple-entry-list.st
index d9c7892..636069b 100644
--- a/simple-entry-list.st
+++ b/simple-entry-list.st
@@ -7,3 +7,10 @@ $entries:{entry |
</ul>
$footer()$
+
+$!
+Local Variables:
+ mode: html
+ coding: utf-8
+End:
+!$
diff --git a/simple-feed-list.st b/simple-feed-list.st
index b303c10..d89c9aa 100644
--- a/simple-feed-list.st
+++ b/simple-feed-list.st
@@ -7,3 +7,10 @@ $feeds:{feed |
</ul>
$footer()$
+
+$!
+Local Variables:
+ mode: html
+ coding: utf-8
+End:
+!$