clean up elpaca bootstrap
This commit is contained in:
parent
160da56845
commit
4b18ac395c
7
init.el
7
init.el
@ -77,14 +77,15 @@
|
|||||||
(re-search-forward (rx "### Installer\n"))
|
(re-search-forward (rx "### Installer\n"))
|
||||||
(let ((start (1+ (re-search-forward "```emacs-lisp")))
|
(let ((start (1+ (re-search-forward "```emacs-lisp")))
|
||||||
(end (- (re-search-forward "\n```") 3)))
|
(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)
|
(load-file elpaca-bootstrap-file)
|
||||||
|
|
||||||
(elpaca elpaca-use-package
|
(elpaca elpaca-use-package
|
||||||
(elpaca-use-package-mode)
|
(elpaca-use-package-mode)
|
||||||
(setq elpaca-use-package-by-default t))
|
(setq elpaca-use-package-by-default t))
|
||||||
(elpaca-wait)
|
|
||||||
|
;; (message "%s" elpaca--queues)
|
||||||
|
(elpaca-process-queues)
|
||||||
|
|
||||||
(require 'mir-packages)
|
(require 'mir-packages)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user