Alias emacs to launching emacsclient

This commit is contained in:
Elnu 2023-01-25 21:34:06 -08:00
parent 92cbfb9959
commit 75f97a4940

View file

@ -141,7 +141,7 @@ in
v = "nvim"; v = "nvim";
r = "ranger"; r = "ranger";
rm = "trash-put"; rm = "trash-put";
emacs = "emacs -nw"; emacs = "emacsclient -nw";
}; };
# Change to directory when exiting ranger with Q # Change to directory when exiting ranger with Q
# https://github.com/ranger/ranger/issues/1554#issuecomment-491650123 # https://github.com/ranger/ranger/issues/1554#issuecomment-491650123