diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 00:19:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 00:19:12 +0200 |
commit | a349fc0320f90fdfb87744113c5a107f486004b8 (patch) | |
tree | 69ac4cbf6f8ed7bbda6ac636a5123d288cff42bb | |
parent | e3ef31ca3ad1754d9f2503e25ff7fff6e8b88cc8 (diff) |
emacs: Silence native-compilation warnings
-rw-r--r-- | .config/emacs/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index e88b190..0d38654 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -203,7 +203,8 @@ whole lot of those when ~straight.el~ is installing packages. #+BEGIN_SRC elisp - (setq comp-async-report-warnings-errors nil) + (setq comp-async-report-warnings-errors nil + native-comp-async-report-warnings-errors nil) #+END_SRC |