From d71fe5bbde450a2ee656a7f2e4da4869c19cc71c Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Thu, 23 Feb 2023 11:35:04 -0900 Subject: [PATCH] fix elpaca-bootstrap error --- lisp/elpaca-bootstrap.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/elpaca-bootstrap.el b/lisp/elpaca-bootstrap.el index 77b6f62..6357444 100644 --- a/lisp/elpaca-bootstrap.el +++ b/lisp/elpaca-bootstrap.el @@ -35,4 +35,6 @@ (require 'elpaca-autoloads) (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) + +(provide 'elpaca-bootstrap) ;;; elpaca-bootstrap.el ends here