Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Cannot open load file, color-theme" error in emacs-24.1

Tags:

emacs

elisp

I'm a bit of a noob. So this question might seem a little bit annoying.

When I try and load the color-theme package into emacs thorough the instructions here: http://www.nongnu.org/color-theme/ and here: http://emacswiki.org/?ColorTheme, I always get the error in quotes in the title.

It may be my init file, which is is an ~/emacs.el configuration. But I want to make sure.

like image 390
Patrick Jasinski Avatar asked Jul 09 '12 05:07

Patrick Jasinski


1 Answers

I suspect color-theme is not in your load path. I use color-theme too. Take a look at init.el in my .emacs here. You will several instance of how to load a third party library in emacs.

HTH

like image 180
Raghu Avatar answered Oct 27 '22 06:10

Raghu