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:
Ade Attwood 2020-11-22 20:57:40 +00:00
parent 430871e37a
commit 340ed4036b

View file

@ -3,12 +3,12 @@
<%= scope.call_function('template', ["core/header.erb"]) %>
[user]
email = <%= scope.call_function('lookup', ["email"]) %>
name = <%= scope.call_function('lookup', ["user_name"]) %>
email = <%= scope.call_function('lookup', ["email"]) %>
name = <%= scope.call_function('lookup', ["user_name"]) %>
[core]
editor = nvim
autocrlf = input
editor = $ZSH/plugins/emacs/emacsclient.sh
autocrlf = input
[rerere]
enabled = true
enabled = true