all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Deniz Dogan <deniz.a.m.dogan@gmail.com>
To: Pedro Costa <psdc1978@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: load color-theme when start emacs
Date: Sat, 19 Mar 2011 14:06:11 +0100	[thread overview]
Message-ID: <AANLkTik=+=Ly2qKTLW_nZaz0XebfBL99ftDkuDUnKnW0@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimn-fwR=3SgHWtn5QcbK9a+7Zr+-eb44k0tYftB@mail.gmail.com>

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))

-- 
Deniz Dogan



  reply	other threads:[~2011-03-19 13:06 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 [this message]
2011-03-19 15:14   ` suvayu ali
2011-03-19 19:33   ` Stefan Husmann

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='AANLkTik=+=Ly2qKTLW_nZaz0XebfBL99ftDkuDUnKnW0@mail.gmail.com' \
    --to=deniz.a.m.dogan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=psdc1978@gmail.com \
    /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.