diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-26 12:26:32 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-26 12:26:32 +0100 |
commit | 7f8b69885797e07286701d1b4e8c6c0927412c17 (patch) | |
tree | 421bcf10699ad3b2073fba5506c99ce2c91a5279 /.emacs.d/init.el | |
parent | 006d13b5c2ce7134a129ac53c41365fccf26a56f (diff) | |
download | dotfiles-7f8b69885797e07286701d1b4e8c6c0927412c17.tar.gz |
Change some native comp settings
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 095f6df..01968e2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2,7 +2,9 @@ ;;; Commentary: ;;; Code: -(setq load-prefer-newer t) +(setq load-prefer-newer t + native-comp-async-report-warnings-errors nil + byte-compile-warnings '(not free-vars unresolved noruntime lexical make-local)) (defvar save-dir (expand-file-name "save" user-emacs-directory)) (unless (file-exists-p save-dir) |