Added instructions for installing via marmalade

This commit is contained in:
Iain Beeston 2013-01-28 21:20:44 +11:00
parent bb4897a3d7
commit 77786883f9
1 changed files with 1 additions and 1 deletions

View File

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