feat(wpcarro/emacs): Format generated shell code of load kwarg

This makes the human-parsing of the generated shell scripts a bit more
pleasant (I'm looking at you, home-manager).

Change-Id: I01b9075892dbf4907d6cf813575e36f69e0c5090
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5146
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-01-31 12:58:04 -08:00 committed by clbot
parent 7ce377b89e
commit b7de629e05

View file

@ -141,7 +141,7 @@ let
--no-site-file \
--no-site-lisp \
--load ${./.emacs.d/init.el} \
${concatStringsSep "\n" (map (el: "--load ${el} \\") load)}
${concatStringsSep "\n " (map (el: "--load ${el} \\") load)}
"$@"
'';
in