summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-mac.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index cbd1f81..b0a278b 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -23,6 +23,11 @@
;; disable native tabs
(setq mac-frame-tabbing nil)
+;; remove default mappings for tab bar
+(when (featurep 'mac)
+ (global-unset-key (kbd "C-<tab>"))
+ (global-unset-key (kbd "C-S-<tab>")))
+
;; don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)