Change some native comp settings

This commit is contained in:
David Morgan 2021-08-26 12:26:32 +01:00
parent 006d13b5c2
commit 7f8b698857
1 changed files with 3 additions and 1 deletions

View File

@ -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)