1
0
Fork 0

[oni-coree] Silence native compilation warnings

This commit is contained in:
Tom Willemse 2023-01-24 10:05:31 -08:00
parent 5d7b20598b
commit 6ef9c0d59b

View file

@ -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