summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2012-05-16 23:06:54 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2012-05-16 23:06:54 +0300
commit1ad1cbaae1aff6fd58e47417c5e270493bac2ae3 (patch)
tree6a12ffca614522362a9f92fb4170c0111a44c662 /README.md
parent9b2c93a494669259f180b25dbcc6d7a46dbd90a0 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 23 insertions, 4 deletions
diff --git a/README.md b/README.md
index dce16d1..fea581c 100644
--- a/README.md
+++ b/README.md
@@ -34,22 +34,38 @@ afterwards you can install the zenburn theme like this:
## Emacs 24
+### Manual
+
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/")`
-Now you can load the theme with the interactive function `load-theme`.
+Now you can load the theme with the interactive function `load-theme` like this:
+
+`M-x load-theme RET zenburn`
+
+### 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:
+
+`M-x package-install zenburn-theme`
+
+To load it automatically on Emacs startup add this to your init file:
+
+```elisp
+(load-theme 'zenburn t)
+```
## Emacs Prelude
-Solarized for Emacs is already bundled into
-[Emacs Prelude](https://github.com/bbatsov/emacs-prelude). If you're a
+Zenburn for Emacs is already bundled into
+[Emacs Prelude](https://github.com/bbatsov/prelude). If you're a
Prelude user - you're probably already using Zenburn, since it's
Prelude's default color theme. You can load Zenburn at any time by
`M-x load-theme zenburn`.
-
# Bugs & Improvements
Please, report any problems that you find on the projects integrated
@@ -57,3 +73,6 @@ issue tracker. If you've added some improvements and you want them
included upstream don't hesitate to send me a patch or even better - a
GitHub pull request. [These](https://github.com/bbatsov/zenburn-emacs/contributors)
contributors have done so.
+
+Cheers,</br>
+Bozhidar