clean up elpaca bootstrap

This commit is contained in:
mir 2024-01-23 18:45:31 -09:00
parent 160da56845
commit 4b18ac395c

View File

@ -77,14 +77,15 @@
(re-search-forward (rx "### Installer\n"))
(let ((start (1+ (re-search-forward "```emacs-lisp")))
(end (- (re-search-forward "\n```") 3)))
(write-region start end elpaca-bootstrap-file)
)))
(write-region start end elpaca-bootstrap-file))))
(load-file elpaca-bootstrap-file)
(elpaca elpaca-use-package
(elpaca-use-package-mode)
(setq elpaca-use-package-by-default t))
(elpaca-wait)
;; (message "%s" elpaca--queues)
(elpaca-process-queues)
(require 'mir-packages)