diff options
author | Jose Ortega <jao@Jose-Ortegas-MacBook-Pro.local> | 2011-04-02 14:30:49 +0200 |
---|---|---|
committer | Jose Ortega <jao@Jose-Ortegas-MacBook-Pro.local> | 2011-04-02 14:30:49 +0200 |
commit | ef57ed13fdd8160ef9f9403f548100394f7145c8 (patch) | |
tree | ad7f9a2192bf58e333f65613689d6a877aa6c583 /themes | |
parent | e5d190437dbdb209839c231cfef72fef658190ec (diff) | |
download | elibs-ef57ed13fdd8160ef9f9403f548100394f7145c8.tar.gz elibs-ef57ed13fdd8160ef9f9403f548100394f7145c8.tar.bz2 |
themes: missing require
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 2 |
1 files changed, 2 insertions, 0 deletions
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") |