test
This commit is contained in:
parent
68fc4a2ec7
commit
f50e983b3f
|
@ -26,11 +26,7 @@
|
||||||
(ns-auto-titlebar-mode))
|
(ns-auto-titlebar-mode))
|
||||||
|
|
||||||
; Set font size depending on the system type
|
; Set font size depending on the system type
|
||||||
(cond
|
(set-frame-font "Maple Mono NF 16" nil t))
|
||||||
((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 theme
|
; Set theme
|
||||||
(use-package catppuccin-theme :ensure t :demand t)
|
(use-package catppuccin-theme :ensure t :demand t)
|
||||||
|
|
Loading…
Reference in a new issue