From 9a5d2c9869bfe6322452b6eba258ed651bb455b0 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 11 Aug 2022 13:19:35 +0200 Subject: mac: disable native tabs --- lisp/init-mac.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') 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) -- cgit v1.2.3