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

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

Re: Finding color-theme in .emacs.d


From: Scott Frazer
Subject: Re: Finding color-theme in .emacs.d
Date: Thu, 11 Sep 2008 14:32:47 -0400
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Eric Lilja wrote:
Eric Lilja wrote:
Hello, I encountered a problem when I tried to move my color-theme directory to ~/.emacs.d (can't wait for color-theme to be included in the official emacs btw).

I have this in my .emacs-file:
(add-to-list 'load-path "~/color-theme")
(require 'color-theme)
(color-theme-initialize)
(color-theme-clarity)

which works fine when color-theme is directly under ~

However, if I move it to ~/.emacs.d and update the snippet accordingly:
(add-to-list 'load-path "~/.emacs.d/color-theme")
(require 'color-theme)
(color-theme-initialize)
(color-theme-clarity)

It cannot be found, why? I should place third party modes under .emacs.d, right? At least that's what the wiki says. :)

I'm using emacs trunk, checkout is a few days old.



OK, not a single reply so far. But could someone at least if it's supposed to work or not?


What doesn't work, the require or the color-theme-blah?

I'm guessing the color-theme-libraries variable is probably pointing
to the wrong place (i.e. still at ~/color-theme when you compiled it
the first time).  Try changing that variable to the right thing (or
maybe byte-compile the package again in it's new place).

Scott


reply via email to

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