fix(git): force git to open commits in terminal editor
When committing and using emacs as the editor it would always open a new emacs window. This was taking focus away from the terminal and losing flow when context switching out of the terminal and into a new window.
This commit is contained in:
parent
4296160d7d
commit
7c34a6baf2
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