solarized-emacs

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

commit bb90d456d545ffd4943f98db7268d61b1e365feb
parent 6a4c9c137eab707be26716b1ef70c7c72bbdd502
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Mon, 13 May 2019 10:05:22 +0300

Declare the dependency on dash.el

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

diff --git a/solarized.el b/solarized.el @@ -6,6 +6,8 @@ ;; Author: Thomas Frössman <thomasf@jossystem.se> ;; URL: http://github.com/bbatsov/solarized-emacs ;; Version: 1.2.2 +;; Package-Requires: ((emacs "24") (dash "2.16")) +;; Keywords: themes, solarized ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by