From 4f8c6d00c11899ce7da85951923daeb4af617ff3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 6 Feb 2017 01:23:24 -0500 Subject: [PATCH] byte-compile-dynamic = t, refactor byte-compile-warnings --- core/core-packages.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/core-packages.el b/core/core-packages.el index 5a6d30587..e91bee178 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -60,12 +60,13 @@ if you have byte-compiled your configuration (as intended).") use-package-expand-minimally t use-package-debug nil use-package-verbose doom-debug-mode + quelpa-checkout-melpa-p nil quelpa-update-melpa-p nil quelpa-dir (expand-file-name "quelpa" doom-packages-dir) - ;; ssh, no tears. Only compiling. - byte-compile-warnings - '(redefine callargs obsolete cl-functions interactive-only mapcar constants suspicious)) + + byte-compile-dynamic t + byte-compile-warnings '(not mapcar free-vars unresolved noruntime lexical make-local)) ;;