From b7de629e053787241666553ba74b52ac11a3acf4 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Jan 2022 12:58:04 -0800 Subject: 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/wpcarro') diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index b751849eab..63d30c40a4 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -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 -- cgit 1.4.1