all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Husmann <stefan-husmann@t-online.de>
To: help-gnu-emacs@gnu.org
Subject: Re: load color-theme when start emacs
Date: Sat, 19 Mar 2011 20:33:29 +0100	[thread overview]
Message-ID: <4D850509.7040404@t-online.de> (raw)
In-Reply-To: <AANLkTik=+=Ly2qKTLW_nZaz0XebfBL99ftDkuDUnKnW0@mail.gmail.com>

Am 19.03.2011 14:06, schrieb Deniz Dogan:
> 2011/3/19 Pedro Costa <psdc1978@gmail.com>:
>> Hi,
>>
>> I would like to load a color-theme when I start emacs in X11. I've put
>> this in .emacs, but it won't work.
>>
>> [code]
>> (require 'color-theme)
>> if(window-system
>>   (setq color-theme-is-global t)
>>   (color-theme-midnight))
>> [/code]
>>
>> How can I load this theme when I start emacs?
>>
> I don't use color-theme, but I believe this is what you mean:
>
> (require 'color-theme)
> (when window-system
>   (setq color-theme-is-global t)
>   (color-theme-midnight))
>
I have

;; color-theme
(when window-system
  (require 'color-theme)
  (color-theme-initialize)
  (setq color-theme-is-global t)
  (color-theme-deep-blue))
;; /color-theme
at the very end of my .emacs file. Without the initialization the them names like color-theme-deep-blue are unknown.

Regards Stefan



      parent reply	other threads:[~2011-03-19 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-19 12:33 load color-theme when start emacs Pedro Costa
2011-03-19 13:06 ` Deniz Dogan
2011-03-19 15:14   ` suvayu ali
2011-03-19 19:33   ` Stefan Husmann [this message]

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=4D850509.7040404@t-online.de \
    --to=stefan-husmann@t-online.de \
    --cc=help-gnu-emacs@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.