emacs-devel
[Top][All Lists]
Advanced

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

Re: enabling more than one theme?


From: joakim
Subject: Re: enabling more than one theme?
Date: Tue, 15 Mar 2011 13:09:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

address@hidden writes:

> I want to enable one base theme and another smaller theme.
>
> It seems you are supposed to be able to do it with enable theme but I'm
> having difficulties:
>
> ELISP> custom-enabled-themes
> (tsdh-dark)
>
> ELISP> (enable-theme 'zen-2)
> nil
> ELISP> custom-enabled-themes
> (tsdh-dark)
>
>
> tsdh is enabled by custom and I want to enable or disable the zen themes
> with code.
>
> I'm not sure if its a bug because in the custom theme view you set the
> ability to enable more than one theme. How is it supposed to work?

This seems to work as I expect:
(custom-set-variables '(custom-enabled-themes (list 'zen-2 'tsdh-dark ) t))



-- 
Joakim Verona



reply via email to

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