emacs.d/bundle/windows-customs.el

10 lines
315 B
EmacsLisp
Raw Normal View History

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-02 19:40:34 +02:00
(add-to-list 'default-frame-alist '(height . 60))
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)