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)