about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-26 12:26:32 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-26 12:26:32 +0100
commit7f8b69885797e07286701d1b4e8c6c0927412c17 (patch)
tree421bcf10699ad3b2073fba5506c99ce2c91a5279
parent006d13b5c2ce7134a129ac53c41365fccf26a56f (diff)
downloaddotfiles-7f8b69885797e07286701d1b4e8c6c0927412c17.tar.gz
Change some native comp settings
-rw-r--r--.emacs.d/init.el4
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)