diff options
author | jao <jao@gnu.org> | 2021-06-02 02:04:29 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-02 02:04:29 +0100 |
commit | ecd530b5b947dfe8e682edc15c12760a91a318c7 (patch) | |
tree | cf0c1f1021862ba7dbfa8716238c39809be95d7f | |
parent | 462fb0930d83c26604dabdbc77488fb1437b796b (diff) | |
download | elibs-ecd530b5b947dfe8e682edc15c12760a91a318c7.tar.gz elibs-ecd530b5b947dfe8e682edc15c12760a91a318c7.tar.bz2 |
themes: missing require
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
1 files changed, 2 insertions, 0 deletions
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") |