From 5a219ab7dff6322b485ce99ae1d256c316b5bfdd Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 20 Feb 2026 10:54:45 -0500 Subject: [PATCH] config(git): set emacs terminal-only mode for editor --- home/dot_gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_gitconfig b/home/dot_gitconfig index 9027f84..414b400 100644 --- a/home/dot_gitconfig +++ b/home/dot_gitconfig @@ -2,7 +2,7 @@ name = Christian Colglazier email = christian@cacolglazier.com [core] - editor = emacs + editor = emacs -nw excludesFile = ~/.gitignore [rerere] enabled = true