fix(literate): Doom core load paths
The file structure of the project was changed inb9933e6
. This updates the :config literate module to reflect that. Amend:b9933e6637
This commit is contained in:
parent
55736ac2a6
commit
614a54b036
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue