all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henri-Paul Indiogine <hindiogine@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Trying to install color-theme on emacs 23.1
Date: Fri, 02 Apr 2010 17:35:06 -0500	[thread overview]
Message-ID: <878w95qy91.fsf@belvoir.org> (raw)
In-Reply-To: <q2y5ff1d48c1004012253n5b3dcf42mde27e5a3436070e2@mail.gmail.com> (hap's message of "Thu, 1 Apr 2010 23:53:00 -0600")

hap 497 <hap497@gmail.com> writes:
> I have copied color-theme.el to ~/bin and have added these .emacs
> ; theme
> (load-file "/home/hap/bin/color-theme.el")
> (require 'color-theme)

I am running Emacs23 on Ubuntu Karmic.  This is in my .emacs:

;; color theme
;
(add-to-list 'load-path "~/elisp/color-theme-6.6.0")
(require 'color-theme)
(eval-after-load "color-theme"
  '(progn
     (color-theme-initialize)
     (color-theme-charcoal-black)))


Of course you choose whatever theme you like.
Hope this helps,

-- 
Henri-Paul Indiogine
Email: hindiogine@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico




  reply	other threads:[~2010-04-02 22:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-02  5:53 Trying to install color-theme on emacs 23.1 hap 497
2010-04-02 22:35 ` Henri-Paul Indiogine [this message]
2010-04-03  4:42   ` hap 497
2010-04-03 15:57     ` Henri-Paul Indiogine
2010-04-03 12:37 ` Dan Davison

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=878w95qy91.fsf@belvoir.org \
    --to=hindiogine@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.