ughggghg
This commit is contained in:
parent
a087a2efe6
commit
3cb90aa20b
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue