[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to install color-theme on emacs 23.1
From: |
hap 497 |
Subject: |
Re: Trying to install color-theme on emacs 23.1 |
Date: |
Fri, 2 Apr 2010 21:42:12 -0700 |
Thanks. But 8.04 is not Karmic.
And can you please tell me which release of color-theme you are using?
On Fri, Apr 2, 2010 at 3:35 PM, Henri-Paul Indiogine
<hindiogine@gmail.com> wrote:
> 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
>
>
>