aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-01-24 10:05:31 -0800
committerGravatar Tom Willemse2023-01-24 10:05:31 -0800
commit6ef9c0d59bdaff692e511eabf71df78bde2d216d (patch)
treecaf8a37ba63b40113648d5c4ab00547ddb16772d /oni-core.el
parent5d7b20598bc9357609e576f10b9e597870d71078 (diff)
downloademacs-config-6ef9c0d59bdaff692e511eabf71df78bde2d216d.tar.gz
emacs-config-6ef9c0d59bdaff692e511eabf71df78bde2d216d.zip
[oni-coree] Silence native compilation warnings
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 8bf8f7e..5f2143d 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.1213.071336
+;; Version: 2023.0112.144039
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
;; This program is free software; you can redistribute it and/or modify
@@ -450,5 +450,9 @@ _s_: String list"
(slot . 0)
(window-width . oni-core-fit-window-to-buffer)))
+;;; Native Compilation
+
+(setq native-comp-async-report-warnings-errors 'silent)
+
(provide 'oni-core)
;;; oni-core.el ends here