Configuring emacs in F18

Suvayu Ali fatkasuvayu+linux at gmail.com
Thu Apr 25 06:00:04 UTC 2013


On Wed, Apr 24, 2013 at 07:54:05PM -0600, Wilbert Isaac Cortés González wrote:
> Hey, hi, I was trying to customize the theme color of emacs itself and I

[...chomp...chomp...chomp...]

> > (defun color-theme-nice ()
> >   (interactive)
> >   (color-theme-install
> >    '(color-theme-nice

[...chomp...chomp...chomp...]

> >      )))
> > (provide 'color-theme-nice)
> >
> > (require 'color-theme)
> > (color-theme-initialize)
> > (color-theme-nice)

Two issues:
1. (require 'color-theme) should go before (defun color-theme-nice() ..)

2. As far as I know F18 ships Emacs 24.2.  In that case the color-theme
   package is deprecated, and will not work anyway.  You have to switch
   to the built in custom-theme interface.

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.


More information about the users mailing list