solarized-emacs

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

commit 854ef9ec5bf3e854eb58770f8d9002f329c2a191
parent 883fb0c0ee02135141bd5e87b49cab7c9be9bd61
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 20 Apr 2015 20:44:14 +0200

Merge pull request #179 from sgepigon/sgepigon-patch-1

Added documentation to README.md
Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,6 +40,9 @@ elisp code: ;; make the fringe stand out from the background (setq solarized-distinct-fringe-background t) +;; Don't change the font for some headings and titles +(setq solarized-use-variable-pitch nil) + ;; make the modeline high contrast (setq solarized-high-contrast-mode-line t) @@ -49,7 +52,7 @@ elisp code: ;; Use more italics (setq solarized-use-more-italic t) -;; Use less colors for indicators such as git:gutter, flycheck and similar. +;; Use less colors for indicators such as git:gutter, flycheck and similar (setq solarized-emphasize-indicators nil) ;; Don't change size of org-mode headlines (but keep other size-changes)