From 9b234723f2f0f9fe9aec398bfabde6446bb19677 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 16 Aug 2024 00:44:07 +0200 Subject: [PATCH] remove waiting for elpaca as that might hang --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 46fd36b..0c23efa 100644 --- a/early-init.el +++ b/early-init.el @@ -52,7 +52,8 @@ (elpaca-use-package-mode)) ;; Wait for elpaca -(elpaca-wait) +(message "Waiting for elpaca") +;;(elpaca-wait) (setq crafted-emacs-home "~/.local/share/crafted-emacs")