weh
This commit is contained in:
parent
d6cc71518f
commit
339c8321b5
|
@ -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)
|
||||||
(setq default-frame-alist '((font . "Maple-Mono-NF-16"))))
|
(setq default-frame-alist '((font . "Maple Mono NF-16"))))
|
||||||
((eq system-type 'gnu/linux)
|
((eq system-type 'gnu/linux)
|
||||||
(setq default-frame-alist '((font . "Maple-Mono-NF-12")))))
|
(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)
|
||||||
|
|
Loading…
Reference in a new issue