7 lines
209 B
EmacsLisp
7 lines
209 B
EmacsLisp
(setq initial-frame-alist
|
|
'((fullscreen . maximized)
|
|
(font . "MonoLisa-11")
|
|
(width . 85)
|
|
(height . 55)
|
|
(unless (eq system-type 'windows-nt)
|
|
(undecorated . t))))
|