diff --git a/config/init.org b/config/init.org index 424c80b..12c91f5 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) - (setq default-frame-alist '((font . "Maple-Mono-NF-16"))) + (setq default-frame-alist '((font . "Maple-Mono-NF-16")))) ((eq system-type 'gnu/linux) - (setq default-frame-alist '((font . "Maple-Mono-NF-12"))) + (setq default-frame-alist '((font . "Maple-Mono-NF-12"))))) ; Set theme (use-package catppuccin-theme :ensure t :demand t)