The easiest way is to install a chosen color theme is to require the
file and call the appropriate color theme function. Put the
appropriate code in your .emacs file:

   (require 'color-theme)
   (color-theme-initialize)
   (color-theme-robin-hood)

If it doesn't seem to work, try adding one more line:

  (require 'color-theme)
  (setq color-theme-is-global t)
  (color-theme-robin-hood)



On 3/28/07, Russel Caldwell <[EMAIL PROTECTED]> wrote:
I put this command in .emacs:
(setq theme-default 'color-theme-calm-forest)
Shouldn't this cause emacs to use this color theme?

Russ

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to