diff options
author | jao <jao@gnu.org> | 2020-11-24 02:59:41 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-11-24 02:59:41 +0000 |
commit | f5b0b10a1ae85ec076057aa895773af18c6443a4 (patch) | |
tree | bc3c683f817bb3e2db35f47193cf23a46e5eff19 /themes | |
parent | cb450eac9005d1945feb09052222b0cd4e139284 (diff) | |
download | elibs-f5b0b10a1ae85ec076057aa895773af18c6443a4.tar.gz elibs-f5b0b10a1ae85ec076057aa895773af18c6443a4.tar.bz2 |
Nits
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 3 |
1 files changed, 1 insertions, 2 deletions
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) |