summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2011-09-11 19:08:42 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2011-09-11 19:08:42 +0300
commit9d0d26d8754d4b4d9f02ab0fa95f7619a9e9b8b6 (patch)
treed5c68bbde994682bd327a8965bb733a63d0e77e5 /README.md
parentdaa4d6218c4327180bec4e7c911b702e3fae0ad4 (diff)
fixed a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88956aa..3b79c24 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ afterwards you can install the zenburn theme like this:
Download **zenburn-theme.el** to ~/.emacs.d/themes. Add this your
.emacs.d:
-`(add-to-list custom-theme-load-path "~/.emacs.d/themes")`
+`(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")`
Now you can load the theme with the interactive function **load-theme**.