emacs.d/bundle/windows-customs.el
2019-05-02 19:40:34 +02:00

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)