help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: color-theme problem


From: Neon Absentius
Subject: Re: color-theme problem
Date: Mon, 27 Dec 2004 17:27:19 +0000
User-agent: Mutt/1.4.2.1i

On Mon, Dec 27, 2004 at 02:51:49PM +0000, Ohadi, Hamid wrote:
> Hello there,
>
> I have got the color-theme.el in my load directory and I'm able to
> pick up a
> color theme and install it by loading the library and then selecting
> a
> theme in emacs. However when I put the
>
> (load 'color-theme)
>
> in my .emacs configuration file to install a theme permanently I'm
> given this error:
>
> setq: Symbol's function definition is void: color-theme-filter
>
> Sorry to bother you guys but I Googled it and it came up with
> nothing.
>

I have the following at the end of my .emacs and it works fine.

;; Load the color-theme library and select a theme
(require 'color-theme)
(color-theme-wheat)

In the second line you can, of course, have any color theme.

> Regards
> Hamid

--
absent a.in.circle sdf period lonestar period org
SDF Public Access UNIX System - http://sdf.lonestar.org




reply via email to

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