emacs.d/early-init.el

8 lines
209 B
EmacsLisp
Raw Normal View History

2023-10-03 09:47:19 +02:00
(setq initial-frame-alist
'((fullscreen . maximized)
(font . "MonoLisa-11")
(width . 85)
(height . 55)
(unless (eq system-type 'windows-nt)
2023-10-02 17:11:41 +02:00
(undecorated . t))))