about summary refs log tree commit diff
path: root/users/wpcarro/emacs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/wpcarro/emacs/default.nix2
1 files changed, 1 insertions, 1 deletions
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