all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel <unagimiyagi@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: How do you set a default theme to be used by emacs?
Date: Fri, 30 Jul 2010 13:03:21 -0700 (PDT)	[thread overview]
Message-ID: <032cb48b-af6a-4b1c-8767-cc356e64b69b@g19g2000yqc.googlegroups.com> (raw)

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	other threads:[~2010-07-30 20:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=032cb48b-af6a-4b1c-8767-cc356e64b69b@g19g2000yqc.googlegroups.com \
    --to=unagimiyagi@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.