From 3cb90aa20b7ec87641c7d99129c3c19964043cf2 Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 13 Aug 2024 15:37:30 -0400 Subject: [PATCH] ughggghg --- config/init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/init.org b/config/init.org index 17a8ca4..cff1846 100644 --- a/config/init.org +++ b/config/init.org @@ -26,7 +26,11 @@ (ns-auto-titlebar-mode)) ; Set font size depending on the system type -(set-frame-font "Maple Mono NF 16" nil t) +(cond + ((eq system-type 'darwin) + (set-frame-font "Maple Mono 16" nil t)) + ((eq system-type 'gnu/linux) + (set-frame-font "Maple Mono 12" nil t))) ; Set theme (use-package catppuccin-theme :ensure t :demand t)