sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

Autoload solarized them into custom-theme-load-path #48

Closed mamciek closed 12 years ago

mamciek commented 12 years ago

solution that was proposed in https://github.com/sellout/emacs-color-theme-solarized/pull/47 doesn't work with my Emacs 24

I copied code from https://github.com/purcell/color-theme-sanityinc-solarized/blob/master/color-theme-sanityinc-solarized.el

bobhancock commented 12 years ago

(add-to-list 'load-path "~/elisp/themes" t) (load-theme 'solarized-[light|dark] t)

Gives the error:

[theme custom-known-themes custom-theme-directory load-path disable-theme put theme-settings nil theme-feature theme-documentation file-directory-p load symbol-name custom-make-theme-feature] 5 1723156 SCustom theme name: ], 3

mamciek commented 12 years ago

Do you mean that with that patch it gives that error?

sellout commented 12 years ago

This should be fixed now. Thanks, @mamciek.