fix(literate): Doom core load paths

The file structure of the project was changed in b9933e6. This updates
the :config literate module to reflect that.

Amend: b9933e6637
This commit is contained in:
Henrik Lissner 2022-07-31 13:52:20 +02:00
parent 55736ac2a6
commit 614a54b036
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -66,8 +66,8 @@
(start-process "tangle-config" (start-process "tangle-config"
(get-buffer-create " *tangle config*") (get-buffer-create " *tangle config*")
"emacs" "--batch" "emacs" "--batch"
"--load" (doom-path doom-core-dir "core") "--load" (doom-path doom-core-dir "doom")
"--load" (doom-path doom-core-dir "autoload/print") "--load" (doom-path doom-core-dir "lib/print")
"--eval" "--eval"
(prin1-to-string (prin1-to-string
`(funcall #',(symbol-function #'+literate-tangle) `(funcall #',(symbol-function #'+literate-tangle)