CHange font size
This commit is contained in:
parent
86d4d1c5bb
commit
c5a70fd119
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
(when (eq system-type 'windows-nt)
|
(when (eq system-type 'windows-nt)
|
||||||
(add-to-list 'default-frame-alist '(font . "Hack NF-12:bold"))
|
(add-to-list 'default-frame-alist '(font . "Hack NF-12"))
|
||||||
(add-to-list 'default-frame-alist '(height . 55))
|
(add-to-list 'default-frame-alist '(height . 55))
|
||||||
(add-to-list 'default-frame-alist '(width . 80))
|
(add-to-list 'default-frame-alist '(width . 80))
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
|
|
Loading…
Add table
Reference in a new issue