From b4b4cc1c0548e16d321f1f953ca86feb36952843 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 11 Feb 2022 10:56:21 -0500 Subject: [PATCH] magit function: use GUI if possible --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 5af0001..f576593 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -97,7 +97,7 @@ gpgyeet() { # emacs magit magit() { - emacs -nw --eval "(progn (magit-status) (delete-other-windows))" + emacs --eval "(progn (magit-status) (delete-other-windows))" } # PLUGINS!