From 851ed5af76961278855d0a8610d6664b40348bed Mon Sep 17 00:00:00 2001 From: Rich Alesi Date: Mon, 15 Dec 2014 21:29:22 -0500 Subject: [PATCH] Fix for dotspacemacs-fullscreen-at-startup on windows --- spacemacs/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs/config.el b/spacemacs/config.el index ab0c58e28..2dc06adfe 100644 --- a/spacemacs/config.el +++ b/spacemacs/config.el @@ -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