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

View file

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