From ed5bdf9db87dd8c77c8616997730f9c915d1ab16 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Fri, 19 Feb 2016 04:28:29 -0800 Subject: [PATCH] Enable OSX non-native fullscreen on regular builds The mac port build supports this out of the box, but the version installed with `brew install emacs --with-cocoa` requires this variable to be cleared. --- layers/+distribution/spacemacs-base/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/+distribution/spacemacs-base/config.el b/layers/+distribution/spacemacs-base/config.el index 6a7215783..f69c6635a 100644 --- a/layers/+distribution/spacemacs-base/config.el +++ b/layers/+distribution/spacemacs-base/config.el @@ -244,6 +244,8 @@ or lists of these.") (if dotspacemacs-maximized-at-startup (add-hook 'window-setup-hook 'toggle-frame-maximized)))) +(setq ns-use-native-fullscreen (not dotspacemacs-fullscreen-use-non-native)) + ;; --------------------------------------------------------------------------- ;; Session ;; ---------------------------------------------------------------------------