all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris McMahan <cmcmahan+n@one.net>
Subject: Re: color-theme 6.5.0
Date: 09 Jan 2003 10:32:45 -0500	[thread overview]
Message-ID: <uznqaibj6.fsf@one.net> (raw)
In-Reply-To: 87r8bmtnfs.fsf@computer.localdomain

D. Goel <deego@gnufans.org> writes:
> [fup to g.e.help]
> > 
> > Nice work, but it's a shame I still have to load the
> > color theme manually (M-x color-theme-robin-hood RET)
> > to get the colors right.
> > It would be so nice if I could put it in my ~/.emacs.
> > 
> > (Happens with Emacs 21.2.1 on Windows 2000 and XP.)
> 
> this is what happens for KDE: 
> http://www.emacswiki.org/cgi-bin/wiki.pl?ColorsAndKde
> 
> 
> something similar might be happening for windows :) 
> 
> HTH
> 
> DG                                 http://deego.gnufans.org/~deego/
> --

Hmmm... I've been using color-theme from my .emacs since its initial
release. 

Could the key be to place it within the init hook?

Here's what I've got:

;;;======================================================================
;;; load the color theme package
;;;======================================================================
(require 'color-theme)

(if (not window-system)
	nil
  (progn
	(add-hook 'after-init-hook
	  (lambda ()
        (color-theme-dark-blue2)))))



-- 
     (.   .)
  =ooO=(_)=Ooo========================
  Chris McMahan | cmcmahan-AT-one.net
  ====================================

       reply	other threads:[~2003-01-09 15:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <877kdmntwp.fsf@emacswiki.org>
     [not found] ` <fe4612a5.0301090423.2cc38fe0@posting.google.com>
     [not found]   ` <87r8bmtnfs.fsf@computer.localdomain>
2003-01-09 15:32     ` Chris McMahan [this message]
2003-01-09 15:47       ` color-theme 6.5.0 Thomas Gehrlein
2003-01-09 16:03       ` Printed email is color-themed Clay Haapala
2003-01-09 16:21         ` Clay Haapala
2003-01-09 16:58           ` David Kastrup
2003-01-09 17:34             ` Clay Haapala

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=uznqaibj6.fsf@one.net \
    --to=cmcmahan+n@one.net \
    /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.