1

Add default width and height to early-init forms

This commit is contained in:
Jessie Hildebrandt 2022-12-29 20:51:45 -05:00
parent 889a90e0c8
commit 32a52baa50

View File

@ -103,7 +103,9 @@
";; Configure GUI components before initial frame creation"
(setq inhibit-x-resources t
frame-inhibit-implied-resize t
default-frame-alist '((font . ,user/font)
default-frame-alist '((width . 100)
(height . 40)
(font . ,user/font)
(menu-bar-lines . 0)
(tool-bar-lines . 0)
(vertical-scroll-bars . nil)