diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
| commit | c6f68bcca9c568c57e842fb405ccd4158bdd1e3d (patch) | |
| tree | 2e542af1a1e04eba1c3a3e5941252fda3a1d7402 /.emacs.d/config.el | |
| parent | 31c469079f077bc2115887554ef0dbaad637a88d (diff) | |
small update
Diffstat (limited to '.emacs.d/config.el')
| -rw-r--r-- | .emacs.d/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/config.el b/.emacs.d/config.el index 5e57a07..7634932 100644 --- a/.emacs.d/config.el +++ b/.emacs.d/config.el @@ -36,6 +36,8 @@ (setq ring-bell-function 'ignore) (setq history-length 25) (setq global-auto-revert-non-file-buffers t) +(setq native-comp-async-report-warnings-errors 'silent) +(setq warning-minimum-level :error) (setq-default tab-width 4) (setq-default standard-indent 4) |
