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

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

Re: Trying to install color-theme on emacs 23.1


From: Henri-Paul Indiogine
Subject: Re: Trying to install color-theme on emacs 23.1
Date: Fri, 02 Apr 2010 17:35:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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 via email to

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