summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgwern <gwern0@gmail.com>2011-12-03 21:02:58 -0500
committergwern <gwern0@gmail.com>2011-12-03 21:02:58 -0500
commitc091cf75d4b70d2446ea083e5155f51c0817dee9 (patch)
tree41c4e1ae4255bd7271382cfbcdc0b02761f4bbe2 /README.md
parentcff48075a5ab8b922a7b8114a2464d6848abfd8c (diff)
README: clarify you drop the file in a directory; I'd never used the new theme system before and it read as if one wanted a file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33804e3..1039169 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,10 @@ afterwards you can install the zenburn theme like this:
## Emacs 24
-Download `zenburn-theme.el` to `~/.emacs.d/themes`. Add this to your
+Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:
-`(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`.