From ef57ed13fdd8160ef9f9403f548100394f7145c8 Mon Sep 17 00:00:00 2001 From: Jose Ortega Date: Sat, 2 Apr 2011 14:30:49 +0200 Subject: themes: missing require --- themes/jao-themes.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes') 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") -- cgit v1.2.3