mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(literate): tangle with the same Org as Doom
This commit is contained in:
@ -70,6 +70,7 @@
|
||||
(start-process "tangle-config"
|
||||
(get-buffer-create " *tangle config*")
|
||||
"emacs" "--batch"
|
||||
"-L" (file-name-directory (locate-library "org"))
|
||||
"--load" (doom-path doom-core-dir "doom")
|
||||
"--load" (doom-path doom-core-dir "lib/print")
|
||||
"--eval"
|
||||
|
Reference in New Issue
Block a user