This commit is contained in:
Mars 2024-08-13 15:30:49 -04:00
parent 68fc4a2ec7
commit f50e983b3f
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -26,11 +26,7 @@
(ns-auto-titlebar-mode))
; Set font size depending on the system type
(cond
((eq system-type 'darwin)
(set-frame-font "Maple Mono NF 16" nil t))
((eq system-type 'gnu/linux)
(set-frame-font "Maple Mono NF 12" nil t)))
(set-frame-font "Maple Mono NF 16" nil t))
; Set theme
(use-package catppuccin-theme :ensure t :demand t)