Symbol function definition is empty: color-theme-Classic

I am using GNU emacs 23.1.1 on Fedora 12

I have this in the .emacs file

(require 'color-theme) (color-theme-initialize) (color-theme-Classic)) 

And I get the following error:

 Symbol function definition is void: color-theme-Classic 

I have all the libraries in the / usr / share / emacs / site directory - lisp

 color-theme.el color-theme-example.el color-theme-library.el themes/ 

Thanks so much for any suggestions,

+1
emacs
source share
1 answer

Maybe the classic should be classic?

+1
source share

All Articles