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