From 75f97a4940a89932a5193d20cff931244056ad7f Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 25 Jan 2023 21:34:06 -0800 Subject: [PATCH] Alias emacs to launching emacsclient --- hosts/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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