diff --git a/config/init.org b/config/init.org index a4b8fee..424c80b 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)