solarized-emacs

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

commit 822ad1d622c5bc234a3b14fd9bbfad20dced39b4
parent 7958cf1a19ee5d7208bf89d7e7d8e4f54bf7f24b
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  3 Sep 2013 13:59:20 +0200

disable magit-diff-use-overlays

Diffstat:
Msolarized.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1361,6 +1361,9 @@ customize the resulting theme." ;; fill-column-indicator `(fci-rule-color ,solarized-hl) + ;; magit + `(magit-diff-use-overlays nil) + ;; highlight-changes `(highlight-changes-colors '(,magenta ,violet))