Confpkg: add seperation between noweb blocks

For ages I've wondered why the subconf tangled files often a crammed
together without blank lines between blocks. I've just taken a second
look at this, and found that I can fix this issue with the :noweb-sep
header argument.
This commit is contained in:
TEC 2024-03-25 17:41:08 +08:00
parent 93a1ffb457
commit a1d520c8aa
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ created earlier.
(cl-incf confpkg--num)
(org-set-property
"header-args:emacs-lisp"
(format ":tangle no :noweb-ref %s" confpkg-name))
(format ":tangle no :noweb-ref %s :noweb-sep \"\\n\\n\"" confpkg-name))
(push (list :name name
:package confpkg-name
:file confpkg-file