fix(git): format .gitconfig and move to Emacs for the editor
For some reason the .gitconfig was indented with tabs this has now been correctly formatted. Also move over to the Emacs client for the git editor. This has been working well for now. My in the future look at forcing the editor to open in the terminal as sometimes the focusing in X is a bit off
This commit is contained in:
parent
430871e37a
commit
340ed4036b
1 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
name = <%= scope.call_function('lookup', ["user_name"]) %>
|
name = <%= scope.call_function('lookup', ["user_name"]) %>
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = $ZSH/plugins/emacs/emacsclient.sh
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue