Fix for dotspacemacs-fullscreen-at-startup on windows
This commit is contained in:
parent
2150f17b40
commit
851ed5af76
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Can be installed with `brew install trash'."
|
|||
(if dotspacemacs-fullscreen-at-startup
|
||||
(toggle-frame-fullscreen)
|
||||
(if dotspacemacs-maximized-at-startup
|
||||
(toggle-frame-maximized))))
|
||||
(add-hook 'window-setup-hook 'toggle-frame-maximized))))
|
||||
|
||||
;; ---------------------------------------------------------------------------
|
||||
;; Session
|
||||
|
|
Reference in a new issue