From f5b0b10a1ae85ec076057aa895773af18c6443a4 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 24 Nov 2020 02:59:41 +0000 Subject: Nits --- themes/jao-themes.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/jao-themes.el b/themes/jao-themes.el index bd408e8..5530bc5 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -1,5 +1,3 @@ -(require 'cl) - ;;; palette (defvar jao-themes--face-family "Inconsolata") (defvar jao-themes--fg "black") @@ -125,6 +123,7 @@ (defvar jao-themes--x-colors nil) (defvar *jao-themes--color-names* nil) +(defvar *jao--parsed-faces* nil) (defun jao-themes--color (clr) (cond ((stringp clr) clr) -- cgit v1.2.3