remove waiting for elpaca as that might hang
This commit is contained in:
parent
bc845e7524
commit
9b234723f2
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@
|
||||||
(elpaca-use-package-mode))
|
(elpaca-use-package-mode))
|
||||||
|
|
||||||
;; Wait for elpaca
|
;; Wait for elpaca
|
||||||
(elpaca-wait)
|
(message "Waiting for elpaca")
|
||||||
|
;;(elpaca-wait)
|
||||||
|
|
||||||
(setq crafted-emacs-home "~/.local/share/crafted-emacs")
|
(setq crafted-emacs-home "~/.local/share/crafted-emacs")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue