solarized-emacs

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

commit 9225019ab0ae6232043db63e8ddd19d695e43fb4
parent d55b45dab23fe0cf2bb0fd9544004be8dcd3e0c2
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 26 Aug 2013 16:39:02 +0200

mention customize-group

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

diff --git a/README.md b/README.md @@ -40,8 +40,7 @@ with `M-x load-theme`. # Customisations -If you don't like low-contrast modeline or fringe, you can `customize` them: - +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 ;; make the fringe stand out from the background (setq solarized-distinct-fringe-background t)