From 4fccbafa21e42c6a596150fc3a8fedf7e32d9a59 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 25 Mar 2025 19:49:07 -0500 Subject: [PATCH] system changes --- common/.config/emacs/early-init.el.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.config/emacs/early-init.el.org b/common/.config/emacs/early-init.el.org index 4a4d7d5..41256f0 100644 --- a/common/.config/emacs/early-init.el.org +++ b/common/.config/emacs/early-init.el.org @@ -35,7 +35,7 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod (setq jj/mono-font "SauceCodePro Nerd Font-11" jj/var-font "CMU Serif-14")) (`darwin - (setq jj/mono-font "SauceCodePro Nerd Font-14:weight=thin" + (setq jj/mono-font "Atkinson Hyperlegible Mono-14:weight=thin" jj/var-font "CMU Serif-18"))) (add-to-list 'default-frame-alist `(font . ,jj/mono-font))