Unbind C-<tab> in the global map

This commit is contained in:
Jeremy Dormitzer 2024-03-26 14:21:37 -04:00
parent 9a7a320f8a
commit f0d987dfe2

View File

@ -25,4 +25,6 @@
(add-hook 'after-init-hook #'theme-timer-hook)
(unbind-key "C-<tab>" global-map)
(provide 'init-mac)