From b26f4e9f0f44d4d0b3d74bb47cf75f7a4e9c5cde Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 25 Dec 2022 14:34:41 +0100 Subject: [PATCH] Disable native-comp warnings --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 5d18dbb..73f8ee2 100644 --- a/init.org +++ b/init.org @@ -251,7 +251,8 @@ (when (memq window-system '(mac ns)) (setq ns-pop-up-frames 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) (when (fboundp 'mac-auto-operator-composition-mode) (mac-auto-operator-composition-mode 1)))