Emacs: suppress nativecomp warnings

This commit is contained in:
2024-04-11 18:06:52 -07:00
parent 874eadb5bd
commit b3a74b59af

View File

@@ -4,6 +4,9 @@
"This directory houses all of the built-in Prelude modules.")
(add-to-list 'load-path thoom/modules-dir)
;; Suppress native compilation warnings
(setq native-comp-async-report-warnings-errors nil)
;; Set a location for the custom file so it doesn't pollute this file.
(setq custom-file (locate-user-emacs-file "custom-vars.el"))