all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: enabling more than one theme?
Date: Tue, 15 Mar 2011 13:09:10 +0100	[thread overview]
Message-ID: <m3r5a8twk9.fsf@verona.se> (raw)
In-Reply-To: <m3d3lt1gmq.fsf@verona.se> (joakim@verona.se's message of "Mon, 14 Mar 2011 23:28:29 +0100")

joakim@verona.se 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	other threads:[~2011-03-15 12:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-14 22:28 enabling more than one theme? joakim
2011-03-15 12:09 ` joakim [this message]
2011-03-15 16:05 ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3r5a8twk9.fsf@verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.