From 339c8321b57deedec2fd9157ead7117286e11afb Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 13 Aug 2024 15:51:21 -0400 Subject: [PATCH] weh --- config/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/init.org b/config/init.org index 12c91f5..7dec69a 100644 --- a/config/init.org +++ b/config/init.org @@ -28,9 +28,9 @@ ; Set font size depending on the system type (cond ((eq system-type 'darwin) - (setq default-frame-alist '((font . "Maple-Mono-NF-16")))) + (setq default-frame-alist '((font . "Maple Mono NF-16")))) ((eq system-type 'gnu/linux) - (setq default-frame-alist '((font . "Maple-Mono-NF-12"))))) + (setq default-frame-alist '((font . "Maple Mono NF-12"))))) ; Set theme (use-package catppuccin-theme :ensure t :demand t)