Fix for dotspacemacs-fullscreen-at-startup on windows

This commit is contained in:
Rich Alesi 2014-12-15 21:29:22 -05:00 committed by syl20bnr
parent 2150f17b40
commit 851ed5af76

View file

@ -139,7 +139,7 @@ Can be installed with `brew install trash'."
(if dotspacemacs-fullscreen-at-startup (if dotspacemacs-fullscreen-at-startup
(toggle-frame-fullscreen) (toggle-frame-fullscreen)
(if dotspacemacs-maximized-at-startup (if dotspacemacs-maximized-at-startup
(toggle-frame-maximized)))) (add-hook 'window-setup-hook 'toggle-frame-maximized))))
;; --------------------------------------------------------------------------- ;; ---------------------------------------------------------------------------
;; Session ;; Session