Skip to content

Commit

Permalink
chore: Add the tangle output for user-init/config.el to a buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Feb 2, 2024
1 parent ee65241 commit e261a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit e261a78

Please sign in to comment.