diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-03-01 14:29:54 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-03-01 14:29:54 +0100 |
commit | 9c6f0c9e0ad3b135add646b966e9b0152f640379 (patch) | |
tree | 72e84084cca936b887c8d1543b45ec040a137d40 | |
parent | 3dbc931ae93a00c5b26db6b587ff0dc044162c3c (diff) |
Add Emacs mode markers to all templates.
-rw-r--r-- | opml.st | 7 | ||||
-rw-r--r-- | simple-entry-list.st | 7 | ||||
-rw-r--r-- | simple-feed-list.st | 7 |
3 files changed, 20 insertions, 1 deletions
@@ -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: +!$ |