summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/init.el b/init.el
index ea47bd6..eb710f8 100644
--- a/init.el
+++ b/init.el
@@ -433,15 +433,19 @@
(setq custom-theme-directory
(expand-file-name "lib/themes" jao-emacs-dir))
-(require 'jao-themes)
-
(defvar jao-theme-dark 'jao-dark)
(defvar jao-theme-light 'jao-light)
(defvar jao-theme-term-dark 'modus-vivendi)
(defvar jao-theme-term-light 'jao-light-term)
-(setq jao-themes-default-face (jao-d-l "Inconsolata LGC" "Hack")
- jao-themes-default-size (jao-d-l 10 9))
+(use-package jao-themes
+ :demand t
+ :init
+ (setq jao-themes-default-family (jao-d-l "Inconsolata LGC" "Hack")
+ jao-themes-default-size (jao-d-l 10 9)
+ jao-themes-default-variable-pitch-family
+ (jao-d-l "Helvetica" "Iosevka Etoile")
+ jao-themes-default-variable-pitch-size (jao-d-l 12 9)))
(defun jao-themes-setup ()
(let* ((dark (jao-colors-scheme-dark-p))