emacs.d/early-init.el

7 lines
208 B
EmacsLisp

(setq initial-frame-alist
'((fullscreen . maximized)
(font . "MonoLisa-11")
(width . 85)
(height . 50)
(and (eq system-type 'gnu/linux)
(undecorated . t))))