Make sure extra frames are created maximised too

This commit is contained in:
David Morgan 2021-08-20 16:01:04 +01:00
parent 43f1ebb106
commit 19d5d5b888
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
(use-package emacs
:config
(toggle-frame-maximized)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
;; https://github.com/rougier/elegant-emacs/blob/master/sanity.el
(setq inhibit-startup-screen t