sellout / emacs-color-theme-solarized

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

Only add solarized to color-themes list if color-themes is bound #187

Closed dakrone closed 6 years ago

dakrone commented 8 years ago

This fixes an issue for newer Emacs complaining that color-themes doesn't exist (when it isn't installed)

dakrone commented 8 years ago

Without this change, I currently have to do:

(setq color-themes '())
(load-theme 'solarized t)
andyleejordan commented 8 years ago

:+1:

paldepind commented 8 years ago

:+1: I just spend a bunch of time trying to figure out why I got the error you described. For me it only happened when using use-package though.

andyleejordan commented 8 years ago

I am also using use-package.

dakrone commented 7 years ago

@sellout ping?

dakrone commented 6 years ago

@sellout ping again about this

sellout commented 6 years ago

@dakrone Thanks for your persistence!