summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Ortega <jao@Jose-Ortegas-MacBook-Pro.local>2011-04-02 14:30:49 +0200
committerJose Ortega <jao@Jose-Ortegas-MacBook-Pro.local>2011-04-02 14:30:49 +0200
commitef57ed13fdd8160ef9f9403f548100394f7145c8 (patch)
treead7f9a2192bf58e333f65613689d6a877aa6c583 /themes
parente5d190437dbdb209839c231cfef72fef658190ec (diff)
downloadelibs-ef57ed13fdd8160ef9f9403f548100394f7145c8.tar.gz
elibs-ef57ed13fdd8160ef9f9403f548100394f7145c8.tar.bz2
themes: missing require
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-themes.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index 7af22ec..8f2467d 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -1,3 +1,5 @@
+(require 'cl)
+
;;; palette
(defvar jao-themes--face-family "Inconsolata")
(defvar jao-themes--fg "black")