summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2012-07-02 23:20:10 +0200
committerJonas Bernoulli <jonas@bernoul.li>2012-07-02 23:20:10 +0200
commit9bdf4f10511f0fcbb3cee07c0df540f78cd0ed71 (patch)
treedecbf0cf83da411ae94a9703dbf1649bc24e9715 /README.md
parent0c46ca823dd007241c48778d38b80ac8bde6d5ee (diff)
remove Emacs-23 version
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 5 insertions, 26 deletions
diff --git a/README.md b/README.md
index fea581c..414168b 100644
--- a/README.md
+++ b/README.md
@@ -7,34 +7,13 @@ that of its many users I presume) that it's one of the best low
contrast color themes out there and that it's is exceptionally easy on
the eyes.
-The theme has two versions - one for Emacs 23, relying on the
-`color-theme` package and another for Emacs 24 using the built-in
-theming support there.
+The theme has two versions - one for Emacs 24 using it's new built-in
+theming support, which you can find in this branch. A version for
+Emacs 23 exist in the emacs23 branch.
# Installation
-## Emacs 23
-
-Zenburn depends on the `color-theme` package, so you should have it
-installed. In zenburn's repo you'll find a stripped down version of
-color-theme (without the built-in themes), suitable for use with
-zenburn. Finally put this in your `.emacs`(or `init.el`):
-
-``` elisp
-(require 'color-theme-zenburn)
-(color-theme-zenburn)
-```
-
-Zenburn for Emacs is also available for installation via the
-[Marmalade](http://marmalade-repo.org/) package repository. Follow the
-installation instructions there to install `package.el` and
-afterwards you can install the zenburn theme like this:
-
-`M-x package-install color-theme-zenburn`
-
-## Emacs 24
-
-### Manual
+## Manual
Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:
@@ -45,7 +24,7 @@ Now you can load the theme with the interactive function `load-theme` like this:
`M-x load-theme RET zenburn`
-### Package.el
+## Package.el
Zenburn is available in both [Marmalade](http://marmalade-repo.org) and [MELPA](http://melpa.milkbox.net).
You can install with the following command: