oh my god

This commit is contained in:
Mars 2024-08-13 15:45:33 -04:00
parent 455eaba7dc
commit d6cc71518f
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -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)