fix(shell): ensure to use emacs in the terminal when using git commands

This commit is contained in:
Ade Attwood 2021-07-14 14:23:20 +01:00
parent 385829ea8b
commit a4d9fb370f

View file

@ -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]