Summary: | app-emacs/color-theme-6.6.0 cannot load theme from .emacs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bill Krueger <bill_krueger> |
Component: | Current packages | Assignee: | Emacs project <emacs> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Bill Krueger
2006-08-15 12:27:56 UTC
Hi Bill. Try setting your color theme from your .emacs this way: ;;; ... assumes (load-library "site-gentoo") has been called above (color-theme-initialize) (color-theme-blue-sea) The documentation at http://www.emacswiki.org/cgi-bin/wiki?ColorTheme suggests this is the easiest way. (In reply to comment #1) > Hi Bill. Try setting your color theme from your .emacs this way: [...snip...] Thanks for that, it worked. I looked and looked but apparently missed what was probably right in front of me. I think with the 6.x release of color-theme, the color themes are in a separate file, so this is why require 'color-theme is not enough. Other users will probably encounter this confusion too. |