solarized-emacs

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

commit 6926acd7d8062919007ed37dbc7a51f0cd553f1d
parent fd16603fd2a65b5904b9196ae378069c0dd2bf5c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  3 Jan 2014 12:48:38 +0100

readme code fmt

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -41,7 +41,7 @@ with `M-x load-theme`. # Customisations 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: -```emacs +```lisp ;; make the fringe stand out from the background (setq solarized-distinct-fringe-background t)