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

load-theme entry as described for emacs 24 #44

Closed hsaito closed 12 years ago

hsaito commented 12 years ago

The document describes to insert the following line into .emacs. (load-theme solarized-[light|dark] t)

However, the above will cause error and it needs to be the following: (load-theme 'solarized-[light|dark] t)

sellout commented 12 years ago

Thanks for noticing thing. It's fixed now.