diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -429,7 +429,7 @@ (use-package jao-themes :demand t :init - (setq jao-themes-default-family "Hack" ;; (jao-d-l "Inconsolata LGC" "Hack") + (setq jao-themes-default-family (jao-d-l "RobotoMono Nerd Font" "Hack") jao-themes-default-size (jao-d-l 10 9) jao-themes-default-variable-pitch-family (jao-d-l "Helvetica" "Iosevka Etoile") @@ -443,7 +443,7 @@ (t jao-theme-term-light)))) (load-theme theme t) (modify-all-frames-parameters `((font . ,jao-themes-default-face))))) - +(modify-all-frames-parameters `((font . "RobotoMono Nerd Font-10"))) (jao-themes-setup) ;;; Help system |