summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-03-21 22:10:13 +0100
committerMartin Polden <martin.polden@gmail.com>2014-03-21 22:10:13 +0100
commit65cddc297c5d43dfcb637c47840cd2bf1523e8aa (patch)
tree0b835e567ce68ce32ed4d2ffc214ccc4b40ddbc1 /lisp/init-mac.el
parentc651f23ba84a35fa4ea9db7a820b1e45d470248c (diff)
Use old-style fullscreen on OS X
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index 702ed3d..bb7b123 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -19,6 +19,9 @@
;; don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)
+;; use old-style fullscreen
+(setq ns-use-native-fullscreen nil)
+
;; move deleted files to ~/.Trash
(setq trash-directory "~/.Trash")