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 ""''; }; };