From 52deec4bb15f065627fca6a5840d00027e602517 Mon Sep 17 00:00:00 2001 From: Maxi Wolff Date: Wed, 14 Dec 2022 12:09:57 +0100 Subject: [PATCH] Add temporary fix for eager-macro-expansion of use-package this should remove the issue for most users. This fix has been taken from #15144. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7c4de98b7..470359219 100644 --- a/init.el +++ b/init.el @@ -26,6 +26,7 @@ ;; Avoid garbage collection during startup. ;; see `SPC h . dotspacemacs-gc-cons' for more info +(fmakunbound 'use-package) (defconst emacs-start-time (current-time)) (setq gc-cons-threshold 402653184 gc-cons-percentage 0.6) (load (concat (file-name-directory load-file-name) "core/core-load-paths")