hide native compile errors

This commit is contained in:
Grigory Shipunov 2023-05-08 12:43:40 +02:00
parent b8ce2b24e1
commit 696ae785b3
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -1,7 +1,7 @@
(add-to-list 'load-path "~/.emacs.d/lisp/")
;; supress nativecomp warnings
(setq native-comp-async-report-warnings-errors 'quiet)
(setq native-comp-async-report-warnings-errors 'silent)
;;; straight for package management
(require 'oxa/package-mgmt)