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.
This commit is contained in:
Aaron Jensen 2016-02-19 04:28:29 -08:00 committed by syl20bnr
parent 9b460f60e4
commit ed5bdf9db8

View file

@ -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
;; ---------------------------------------------------------------------------