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)