From 1a99cb8ccb94a9797611c0cc3c1fa3445b07b674 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 27 Sep 2024 15:50:10 +0200 Subject: [PATCH] ELPACA: Wait until use-package integration fully loaded Stolen from github: https://github.com/progfolio/elpaca/issues/236 If the maintainer does it, it probably is needed. --- config.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 7002ee2..68b8f96 100644 --- a/config.org +++ b/config.org @@ -51,11 +51,14 @@ ** Use-package integration #+begin_src emacs-lisp - ;; Install use-package support - (elpaca elpaca-use-package - ;; Enable use-package :ensure support for Elpaca. - (elpaca-use-package-mode) - ) +;; Install use-package support +(elpaca elpaca-use-package + ;; Enable use-package :ensure support for Elpaca. + (elpaca-use-package-mode) + ) + +;; wait to get elpaca use-package integration +(elpaca-wait) #+end_src * General config