emacs.d/bundle/windows-customs.el

6 lines
235 B
EmacsLisp
Raw Normal View History

2019-05-02 19:40:34 +02:00
(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)