fix(shell): ensure to use emacs in the terminal when using git commands
This commit is contained in:
parent
385829ea8b
commit
a4d9fb370f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
name = <%= scope.call_function('lookup', ["user_name"]) %>
|
||||
|
||||
[core]
|
||||
editor = $ZSH/plugins/emacs/emacsclient.sh
|
||||
editor = $ZSH/plugins/emacs/emacsclient.sh -nw
|
||||
autocrlf = input
|
||||
|
||||
[rerere]
|
||||
|
|
|
|||
Loading…
Reference in a new issue