From f27c7bf68e96a21e7fa27eccafc09efebbd946be Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Wed, 29 Feb 2012 12:36:26 -0700 Subject: [PATCH] Fix a typo in the Emacs 24 instructions Fixes issue #44. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e7e48..48d2678 100644 --- a/README.md +++ b/README.md @@ -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\)