From 66281f7f753d439d8576296c3df3137a3de8628b Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 11 Mar 2024 21:55:04 -0700 Subject: [PATCH] Drop the explicit editor config in .gitconfig We pretty ironclad specify EDITOR now, don't want to use vim, and don't trust every box to have hx on it. We could make this a thing in the git local but trusting EDITOR is probably best. --- .gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 3554b50..036adf3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,6 @@ [core] # Declare erroenous the same whitespace errors vim does whitespace = space-before-tab,-indent-with-non-tab,trailing-space - editor = vim [diff] # Detect both copies and renames in diffs