commit c64dd1076f2114e1f35fbd1f440df3ba1f39b0b0 parent 0caaa728cfb16e686a8a359bd47f1e709657e1a5 Author: Thomas Frössman <thomasf@jossystem.se> Date: Sat, 22 Mar 2014 10:00:31 +0100 added new defcustom to readme Diffstat:
| M | README.md | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -56,6 +56,9 @@ If you don't like low-contrast modeline or fringe, you can `customize` them eith ;; Use more italics (setq solarized-use-more-italic t) +;; 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.