emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customize-style


From: Alex Schroeder
Subject: Re: customize-style
Date: Wed, 19 Mar 2003 21:30:49 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

> That is good, as far as it goes, but you need to say how to use
> a theme once it is created.

How about this:

** custom themes collect a number of variable and face settings for sharing

You can store a collection of variables and faces with their current
definitions in theme files.  The function custom-theme-create queries
you for the name of the theme, a list of variables, and a list of
faces, and writes the theme file for you.  In order to use such a
theme, put the file in your load-path, and use (require-theme 'foo)
where foo is the name of the theme (and "foo.el" is the name of the
file).



Alex.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]