From d26e8a696ded71f2a09b8edd0f28989b98589fd1 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sun, 9 Feb 2025 12:37:06 -0500 Subject: [PATCH] fixing emacsclient for yazi --- modules/home/yazi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index 6137a78..4117873 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -30,7 +30,7 @@ }; opener = { edit = [ - { run = "emacsclient -r -n \"$@\""; } + { run = "emacsclient -r -n \"$@\""; desc = "open in current emacsclient"; orphan = true; } ]; extract = [ { run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }