commit fb2cf8cbabbc2daef032e6e5ccfa68ea12eacd5f parent dc2f46a3e4e5c385f3682f6a1f27d78be5f793b4 Author: Thomas Frössman <thomasf@jossystem.se> Date: Mon, 21 Apr 2014 01:40:12 +0200 update manual installation instructions Diffstat:
| M | README.md | | | 19 | +++++++++++-------- |
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md @@ -12,14 +12,17 @@ customizations and `deftheme` and does not require the ## Stand-alone installation -Download `solarized.el`, `solarized-dark-theme.el` and -`solarized-light-theme.el`. - -Place `solarized.el` in a folder that's on your Emacs' `load-path`. -Afterward place `solarized-dark-theme.el` and -`solarized-light-theme.el` in `~/.emacs.d/themes` (or some other -folder if you prefer so). Add this your -`.emacs.d`: +Save the following files in a folder that's on your Emacs' `load-path`: + +* [dash.el](https://raw.githubusercontent.com/magnars/dash.el/master/dash.el) - [dash](https://github.com/magnars/dash.el), a modern list library for Emacs +* [solarized.el](https://raw.githubusercontent.com/bbatsov/solarized-emacs/master/solarized.el) - the solarzed theme + +Save the following files into `~/.emacs.d/themes`: + +* [solarized-light-theme.el](https://raw.githubusercontent.com/bbatsov/solarized-emacs/master/solarized-light-theme.el) +* [solarized-dark-theme.el](https://raw.githubusercontent.com/bbatsov/solarized-emacs/master/solarized-dark-theme.el) + +Add this your `.emacs.d`: ```lisp (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")