Added a necessary `(require 'cl)`, per @plathrop’s pull request.

This commit is contained in:
Greg Pfeil 2011-05-06 08:00:07 -04:00
parent bd8f688a8b
commit be6084bb20
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
(eval-when-compile
(require 'cl))
(defconst solarized-description
"Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.")