Use default editor in the EDITOR env variable

This commit is contained in:
Andrea Ciceri 2024-09-25 14:19:15 +02:00
parent d97229fa11
commit 5ec6b664bf
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -27,8 +27,6 @@ in
user.signingKey = "/home/${username}/.ssh/id_rsa"; user.signingKey = "/home/${username}/.ssh/id_rsa";
gpg.format = "ssh"; gpg.format = "ssh";
commit.gpgsign = true; commit.gpgsign = true;
core.editor = "emacsclient";
}; };
userName = config.name; userName = config.name;