view etc/custom/example-themes/example-theme.el @ 2703:2f2d12f4f93a

[xemacs-hg @ 2005-03-31 11:28:41 by aidan] Emacs -> XEmacs as X resource app class in warnings about lack of bold, italic
author aidan
date Thu, 31 Mar 2005 11:28:44 +0000
parents 74fd4e045ea6
children 1de041b8edf7
line wrap: on
line source

;;;autoload 
(deftheme example
  "A sample theme for customize theme support."
  :variable-set-string "This variable has been made an example.")

(custom-theme-load-themes 'example
    'europe)

(custom-theme-set-variables 'example
 '(iswitchb-prompt-newbuffer nil))

(provide-theme 'example)