Saturday, February 05, 2011

color theme for emacs

I used to put a lot of color customization variables in my .emacs. It is nice to see color themes package for emacs. I got the package from:
http://www.nongnu.org/color-theme/#sec5
unzipped it into my home and added the following to my .emacs. It just worked.

(add-to-list 'load-path "~/colortheme/color-theme-6.6.0/")

(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-hober)))

It is nice to see emacs dragged kicking and screaming into the easier way of doing things. Stallman would certainly not approve of this, im sure....


No comments: