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