From cb0628fc30d069348abf2a4c5d5392b7f4d1088e Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 27 Sep 2024 00:36:42 -0400 Subject: [PATCH] style(nix): use interesting string Signed-off-by: Lucas Sta Maria --- nix/hosts/framework/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 97794c0..5baf5e1 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -186,7 +186,7 @@ ll = "eza --all --long"; e = "emacs"; ed = "emacs --daemon"; - ec = "emacsclient -n -c -a \"\""; + ec = ''emacsclient -n -c -a ""''; }; };