2019-05-03 11:49:35 +02:00
|
|
|
(when (eq system-type 'windows-nt)
|
|
|
|
(add-to-list 'default-frame-alist '(font . "Hack NF-12:bold"))
|
2019-05-03 16:13:49 +02:00
|
|
|
(add-to-list 'default-frame-alist '(height . 55))
|
2019-05-03 11:49:35 +02:00
|
|
|
(add-to-list 'default-frame-alist '(width . 80))
|
|
|
|
(when (display-graphic-p)
|
|
|
|
)
|
|
|
|
(unless (display-graphic-p)
|
|
|
|
))
|
2019-05-02 19:40:34 +02:00
|
|
|
(provide 'windows-customs)
|