ughggghaskljjadflkjaflkjdf

This commit is contained in:
Mars 2024-08-13 15:39:21 -04:00
parent 3cb90aa20b
commit 4485999069
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -28,9 +28,9 @@
; Set font size depending on the system type ; Set font size depending on the system type
(cond (cond
((eq system-type 'darwin) ((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) ((eq system-type 'gnu/linux)
(set-frame-font "Maple Mono 12" nil t))) (setq default-frame-alist '((font . "Maple-Mono-NF-12"))
; Set theme ; Set theme
(use-package catppuccin-theme :ensure t :demand t) (use-package catppuccin-theme :ensure t :demand t)