From 9c6f0c9e0ad3b135add646b966e9b0152f640379 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 1 Mar 2009 14:29:54 +0100 Subject: Add Emacs mode markers to all templates. --- opml.st | 7 ++++++- simple-entry-list.st | 7 +++++++ simple-feed-list.st | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/opml.st b/opml.st index 9a928ed..4fc9b2f 100644 --- a/opml.st +++ b/opml.st @@ -14,4 +14,9 @@ - +$! +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 | $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 | $footer()$ + +$! +Local Variables: + mode: html + coding: utf-8 +End: +!$ -- cgit v1.2.3