From b42b1f876ef66c962d5fb0398f0443796a66d3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 21 Oct 2025 16:17:49 +0200 Subject: [PATCH] Home Gen12 @ 2025-10-21-16:17 by admin-jroeger@T14-OE130-7-ubuntu --- modules/home/doom/doom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"