solarized-emacs

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

commit 1a4c2f83ded52730680dc04cbe9b1d892455dffd
parent 932642398334c2f253b81de46d821958498c0927
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 16 May 2013 09:58:01 +0200

enable rainbow-mode if available

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

diff --git a/solarized.el b/solarized.el @@ -1096,6 +1096,7 @@ ;; Local Variables: ;; no-byte-compile: t +;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1)) ;; End: (provide 'solarized)