From 30d3dd9c3298bbbea73cab95b43da5a435fa20d9 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 22 Oct 2025 03:16:01 +0100 Subject: little tweaks to looks --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index c5b74b3..eb245da 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.2.3