diff --git a/hosts/home.nix b/hosts/home.nix index 8c0ae6a..02eb28f 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -141,7 +141,7 @@ in v = "nvim"; r = "ranger"; rm = "trash-put"; - emacs = "emacs -nw"; + emacs = "emacsclient -nw"; }; # Change to directory when exiting ranger with Q # https://github.com/ranger/ranger/issues/1554#issuecomment-491650123