Disable native-comp warnings

This commit is contained in:
larstvei 2022-12-25 14:34:41 +01:00
parent 3a6a6390c4
commit b26f4e9f0f

View File

@ -251,7 +251,8 @@
(when (memq window-system '(mac ns)) (when (memq window-system '(mac ns))
(setq ns-pop-up-frames nil (setq ns-pop-up-frames nil
mac-option-modifier nil mac-option-modifier nil
mac-command-modifier 'meta) mac-command-modifier 'meta
native-comp-async-report-warnings-errors nil)
(exec-path-from-shell-initialize) (exec-path-from-shell-initialize)
(when (fboundp 'mac-auto-operator-composition-mode) (when (fboundp 'mac-auto-operator-composition-mode)
(mac-auto-operator-composition-mode 1))) (mac-auto-operator-composition-mode 1)))