Alias emacs to launching emacsclient
This commit is contained in:
parent
92cbfb9959
commit
75f97a4940
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue