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:
Post a Comment