diff options
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index f50237e..ef6b13a 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -128,7 +128,7 @@ START-POINT set to the current branch. (user-error "No current branch"))) ;; http://whattheemacsd.com/setup-magit.el-01.html -(defadvice magit-status (around magit-fullscreen activate) +(defadvice magit-status-internal (around magit-fullscreen activate) ad-do-it (delete-other-windows)) |