solarized-emacs

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

commit 379074c61a0a569337c6c1abc645cefe4ab0fdcf
parent 4a242e242bfe1561303e2c8d7d22e478eff7c108
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 14 Mar 2014 15:06:11 +0100

update readme with new customizations

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -49,6 +49,13 @@ If you don't like low-contrast modeline or fringe, you can `customize` them eith ;; make the modeline high contrast (setq solarized-high-contrast-mode-line t) + +;; Use less bolding +(setq solarized-use-less-bold t) + +;; Use more italics +(setq solarized-use-more-italic t) + ``` Note that these need to be set **before** `load-theme` is invoked for Solarized.