Disable native comp warnings

This commit is contained in:
Andrew Scott 2023-06-21 01:21:29 -04:00
parent ad3dc5d3a9
commit 512947e3d8
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -5,6 +5,9 @@
;; Disable package.el (interferes with straight.el) ;; Disable package.el (interferes with straight.el)
(setq package-enable-at-startup nil) (setq package-enable-at-startup nil)
;; Disable native comp warnings
(setq native-comp-async-report-warnings-errors nil)
;; Disable startup message ;; Disable startup message
(setq inhibit-startup-message t) (setq inhibit-startup-message t)