diff --git a/init.el b/init.el index 6fe200a..adff89e 100644 --- a/init.el +++ b/init.el @@ -662,7 +662,7 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first." (file-newer-than-file-p src uc)) (call-process (concat invocation-directory invocation-name) - nil nil t + nil "*tangle-spacemacs-org-file-output*" t "-q" "--batch" "--eval" "(require 'ob-tangle)" "--eval" (format "(org-babel-tangle-file \"%s\")" src))) (load-file ui)))