solarized-emacs

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

commit dc2f46a3e4e5c385f3682f6a1f27d78be5f793b4
parent a38bbdb90caca59acbb9fb904814fea2286e2cc0
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 21 Apr 2014 01:26:49 +0200

require dash

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

diff --git a/solarized.el b/solarized.el @@ -43,6 +43,8 @@ ;; ;;; Code: +(require 'dash) + (defgroup solarized nil "Solarized theme options. The theme has to be reloaded after changing anything in this group."