We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7258b3 commit 9b9e661Copy full SHA for 9b9e661
early-init.el
@@ -9,5 +9,7 @@
9
(push '(menu-bar-lines . 0) default-frame-alist)
10
(push '(tool-bar-lines . 0) default-frame-alist)
11
12
+(push '(fullscreen . maximized) default-frame-alist)
13
+
14
(provide 'early-init)
15
;;; early-init.el ends here
0 commit comments