view etc/custom/example-themes/europe-theme.el @ 2031:d82ed7be1636

[xemacs-hg @ 2004-04-19 11:02:54 by stephent] warning cleanup <87smf0ut7w.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 19 Apr 2004 11:02:59 +0000
parents 74fd4e045ea6
children 1de041b8edf7
line wrap: on
line source

;;;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)