solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit e854bc079bfee1e9041d70d7f505948d15b582e2
parent fd0d4d3ba829d5f75f6b9821bd10a5ce53d8c239
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Fri, 14 Nov 2014 17:22:45 +0200

Whitespace fixes

Diffstat:
MREADME.md | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -14,7 +14,6 @@ customizations and `deftheme` and does not require the ## Installation - Solarized for Emacs is available for installation via the [MELPA](http://melpa.org) and [Marmalade](http://marmalade-repo.org/) `package.el` @@ -36,7 +35,6 @@ If you don't like low-contrast modeline or fringe, you can `customize` them either by doing `M-x customize-group solarized` or setting the values using elisp code: - ```el ;; make the fringe stand out from the background (setq solarized-distinct-fringe-background t) @@ -52,8 +50,8 @@ elisp code: ;; Use less colors for indicators such as git:gutter, flycheck and similar. (setq solarized-emphasize-indicators nil) - ``` + Note that these need to be set **before** `load-theme` is invoked for Solarized. ### Underline position setting for X @@ -100,7 +98,6 @@ Add this your `.emacs.d`: Now you can load the theme with the interactive function `load-theme`. - ## Contributors - [Thomas Frössman](http://t.jossystem.se)