diff --git a/early-init.el b/early-init.el index 40722fab..ec6a3c30 100644 --- a/early-init.el +++ b/early-init.el @@ -1,12 +1,7 @@ -(if (eq system-type 'windows-nt) - (setq initial-frame-alist - '((fullscreen . maximized) - (font . "MonoLisa-11") - (width . 85) - (height . 55))) - (setq initial-frame-alist - '((fullscreen . maximized) - (font . "MonoLisa-11") - (width . 85) - (height . 55) +(setq initial-frame-alist + '((fullscreen . maximized) + (font . "MonoLisa-11") + (width . 85) + (height . 55) + (unless (eq system-type 'windows-nt) (undecorated . t))))