Initialize Emacs as fullscreen.

This commit is contained in:
--global 2022-11-24 19:24:27 +03:00
parent 0c51f0f1e1
commit b8d3000cb3
2 changed files with 5 additions and 2 deletions

View file

@ -50,6 +50,10 @@
(beacon-mode 1)
(good-scroll-mode 1)
(custom-set-variables
'(initial-frame-alist (quote ((fullscreen . maximized))))
)
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;