magit function: use GUI if possible

This commit is contained in:
earnest ma 2022-02-11 10:56:21 -05:00
parent 2248ce5734
commit b4b4cc1c05
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

@ -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!