Fix a typo in the Emacs 24 instructions

Fixes issue #44.
This commit is contained in:
Greg Pfeil 2012-02-29 12:36:26 -07:00
parent af13628ee9
commit f27c7bf68e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Installation & Usage
### Emacs 24
1. Add the `emacs-color-theme-solarized` directory to your Emacs `custom-theme-load-path`.
2. Add `(load-theme solarized-[light|dark] t)` to your Emacs init file.
2. Add `(load-theme 'solarized-[light|dark] t)` to your Emacs init file.
3. Reload the init file, or restart Emacs.
### [color-theme] \(pre-Emacs 24\)