diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index 13a81f4..398965b 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -86,7 +86,7 @@ fi ''; doom-open = pkgs.writeShellScriptBin "doom-open" '' - if [ -t 0]; then + if [ -t 0 ]; then exec ${wrapped-emacs}/bin/emacsclient -t "$@" else exec ${wrapped-emacs}/bin/emacsclient -c "$@"