From ecd530b5b947dfe8e682edc15c12760a91a318c7 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 2 Jun 2021 02:04:29 +0100 Subject: themes: missing require --- lib/themes/jao-themes.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 7fd8798..b069c3b 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -18,6 +18,8 @@ ;;; Code: +(require 'ansi-color) + ;;; palette (defvar jao-themes--face-family "Inconsolata") (defvar jao-themes--fg "black") -- cgit v1.2.3