all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do you set a default theme to be used by emacs?
@ 2010-07-30 20:03 Daniel
  0 siblings, 0 replies; only message in thread
From: Daniel @ 2010-07-30 20:03 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-30 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30 20:03 How do you set a default theme to be used by emacs? Daniel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.