1
0
Fork 0

fix(emacs): suppress emacs-nativecomp warnings

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-18 18:53:25 -05:00
parent a948c507b1
commit 63b070ce80
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -122,6 +122,9 @@
(global-unset-key (kbd "C-z")) (global-unset-key (kbd "C-z"))
(global-unset-key (kbd "C-x C-z")) (global-unset-key (kbd "C-x C-z"))
;; emacs-nativecomp
(setq native-comp-async-report-warnings-errors nil)
;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output ;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output
;; Helper for compilation. Close the compilation window if ;; Helper for compilation. Close the compilation window if