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.
This commit is contained in:
Maxi Wolff 2022-12-14 12:09:57 +01:00
parent 6fcde67b33
commit 52deec4bb1
1 changed files with 1 additions and 0 deletions

View File

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