From 562f3069c3a06586d20a1b2dc3a4707dd7f2deb4 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 22 May 2025 23:38:59 -0400 Subject: [PATCH] font size --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 054fb8b..b8314db 100644 --- a/config.el +++ b/config.el @@ -10,7 +10,7 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: -(setq doom-font (font-spec :family "JetBrains Mono" :size 19)) +(setq doom-font (font-spec :family "JetBrains Mono" :size 18)) (setq fancy-splash-image (concat doom-user-dir "splash.png")) (setq doom-theme 'doom-one)