From 06b76680e683abd794ef8f013da08a344564c9e5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 31 Aug 2020 10:05:46 +0100 Subject: [PATCH] chore(native_comp): remove no longer used native comp variable --- early-init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index d6ce731..7ef0904 100644 --- a/early-init.el +++ b/early-init.el @@ -7,8 +7,7 @@ ;;; Code: ;; Native-Comp -(setq comp-speed 2 - comp-deferred-compilation t) +(setq comp-speed 2) (when (boundp 'comp-eln-load-path) (let ((eln-cache-dir (expand-file-name "cache/eln-cache/"