CHange font size

This commit is contained in:
Marcus Kammer 2019-05-06 09:24:53 +02:00
parent 86d4d1c5bb
commit c5a70fd119

View file

@ -1,5 +1,5 @@
(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 '(width . 80))
(when (display-graphic-p)