package-initialize for doom/open-vanilla-sandbox
This commit is contained in:
parent
e003c2aa6a
commit
12f6add329
1 changed files with 6 additions and 4 deletions
|
@ -158,10 +158,12 @@ pasting into a bug report or discord."
|
||||||
"-l" (shell-quote-argument user-init-file))
|
"-l" (shell-quote-argument user-init-file))
|
||||||
(list "--eval"
|
(list "--eval"
|
||||||
(prin1-to-string
|
(prin1-to-string
|
||||||
`(setq user-emacs-directory ,doom-emacs-dir
|
`(progn
|
||||||
package--init-file-ensured t
|
(setq user-emacs-directory ,doom-emacs-dir
|
||||||
package-user-dir ,package-user-dir
|
package--init-file-ensured t
|
||||||
package-archives ',package-archives))))
|
package-user-dir ,package-user-dir
|
||||||
|
package-archives ',package-archives)
|
||||||
|
(package-initialize)))))
|
||||||
(list "--eval"
|
(list "--eval"
|
||||||
(prin1-to-string
|
(prin1-to-string
|
||||||
`(unwind-protect (load ,file)
|
`(unwind-protect (load ,file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue