Initialize Emacs as fullscreen.
This commit is contained in:
parent
0c51f0f1e1
commit
b8d3000cb3
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue