summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-04 21:42:54 -0800
committerMichael Forney <mforney@mforney.org>2019-11-04 23:52:01 -0800
commitea08bc71b717624bb3a1bb69f832cc3e816b21fd (patch)
treec7fee5915782d4708282cf56720fc9c6fcdb8b11 /pkg
parentc747d7f797780c906f4901f6b93f1f89ca0a833a (diff)
git: Use ed as the default editor
Diffstat (limited to 'pkg')
-rw-r--r--pkg/git/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index dad501f0..24b20259 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -1,4 +1,4 @@
-#define DEFAULT_EDITOR "sam -d"
+#define DEFAULT_EDITOR "ed"
#define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates"
#define DEFAULT_PAGER ""
#define ETC_GITATTRIBUTES "/etc/gitattributes"