Initial revision
[chise/xemacs-chise.git.1] / etc / custom / example-themes / europe-theme.el
diff --git a/etc/custom/example-themes/europe-theme.el b/etc/custom/example-themes/europe-theme.el
new file mode 100644 (file)
index 0000000..28ec23c
--- /dev/null
@@ -0,0 +1,13 @@
+;;;autoload 
+(deftheme europe
+  "Settings for European users."
+  :set-variable-settings
+    "This variable has a value appropriate for European users."
+  :set-variable-settings
+    "This has been forceed to the value appropriate for European users.")
+
+(custom-theme-set-variables 'europe
+   '(sentence-end-double-space nil)
+   '(ps-paper-type (quote a4)))
+
+(provide-theme 'europe)