fix(literate): tangle with the same Org as Doom

This commit is contained in:
TEC 2022-09-14 00:49:43 +08:00 committed by Henrik Lissner
parent b395bd5392
commit 18b661873e

View file

@ -70,6 +70,7 @@
(start-process "tangle-config" (start-process "tangle-config"
(get-buffer-create " *tangle config*") (get-buffer-create " *tangle config*")
"emacs" "--batch" "emacs" "--batch"
"-L" (file-name-directory (locate-library "org"))
"--load" (doom-path doom-core-dir "doom") "--load" (doom-path doom-core-dir "doom")
"--load" (doom-path doom-core-dir "lib/print") "--load" (doom-path doom-core-dir "lib/print")
"--eval" "--eval"