summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-30 10:27:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-30 10:27:52 -0700
commitd215cbf8809a92f471d554ab1fe5c22481cda78e (patch)
tree3b63efedc3f6490dd0d09494f8ff3d04f09af369 /.emacs.d
parenta1d145e8fd2d12d48cebd3cd6b65c0293490f106 (diff)
downloaddotfiles-d215cbf8809a92f471d554ab1fe5c22481cda78e.tar.gz
set native-comp-async-report-warnings-errors to 'silent
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 9dddaa77..5fc64f30 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -966,7 +966,7 @@ window first."
(setq shell-file-name "bash")
(setenv "BASH_ENV" (expand-file-name "~/.bash_defns")))
-(setq comp-async-report-warnings-errors t)
+(setq native-comp-async-report-warnings-errors 'silent)
(setq inferior-lisp-program "sbcl")