emacs question
Richard Scott McNew
richard.scott.mcnew at gmail.com
Wed Mar 28 10:25:45 MDT 2007
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 <caldr704 at gmail.com> 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.
> */
>
More information about the PLUG
mailing list