summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
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 14c7d74..5873e95 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -17,6 +17,9 @@
;; use command as meta
(setq mac-command-modifier 'meta)
+;; disable native tabs
+(setq mac-frame-tabbing nil)
+
;; don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)