From e606f1d6439b9aa688d95911024ccc7a8d073725 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 23:53:23 -0400 Subject: chore(font): bump laptop default preset one point to 130 --- modules/font-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/font-config.el b/modules/font-config.el index 7617ba01..f00b8bf1 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -63,7 +63,7 @@ (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height ,(if (env-laptop-p) 120 140) + :default-height ,(if (env-laptop-p) 130 140) :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 -- cgit v1.2.3