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!