From 4485999069d231267b62e2ea9fd9d15675d2c1cc Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 13 Aug 2024 15:39:21 -0400 Subject: [PATCH] ughggghaskljjadflkjaflkjdf --- config/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/init.org b/config/init.org index cff1846..a4b8fee 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) - (set-frame-font "Maple Mono 16" nil t)) + (setq default-frame-alist '((font . "Maple-Mono-NF-16")) ((eq system-type 'gnu/linux) - (set-frame-font "Maple Mono 12" nil t))) + (setq default-frame-alist '((font . "Maple-Mono-NF-12")) ; Set theme (use-package catppuccin-theme :ensure t :demand t)