help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do you set a default theme to be used by emacs?


From: Daniel
Subject: How do you set a default theme to be used by emacs?
Date: Wed, 08 Dec 2010 15:22:05 -0000
User-agent: G2/1.0

Hello,

I am having trouble finding out how to install a default theme.  I can
see a bunch of themes and select one and use it, but when I log out,
it's gone.  Here is my .emacs file:

(add-to-list 'load-path "~/
elisp")

(require 'color-
theme)

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


I have tried to change the (color-theme-hober) to the theme that I
want, (color-theme-tty-dark)
But that doesn't work.
I also have tried to add (color-theme-tty-dark) after (require 'color-
theme)

I am not sure what I'm doing wrong. Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]