Skip to content

Commit 9b9e661

Browse files
committed
Set fullscreen by early-init.el
1 parent d7258b3 commit 9b9e661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

early-init.el

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
(push '(menu-bar-lines . 0) default-frame-alist)
1010
(push '(tool-bar-lines . 0) default-frame-alist)
1111

12+
(push '(fullscreen . maximized) default-frame-alist)
13+
1214
(provide 'early-init)
1315
;;; early-init.el ends here

0 commit comments

Comments
 (0)