5 lines
235 B
EmacsLisp
5 lines
235 B
EmacsLisp
(if (eq system-type 'windows-nt)
|
|
(add-to-list 'default-frame-alist '(font . "Hack NF-10:bold"))
|
|
(add-to-list 'default-frame-alist '(height . 60))
|
|
(add-to-list 'default-frame-alist '(width . 80)))
|
|
(provide 'windows-customs)
|