From fc70f403fe8ad479b0fbc303347c0dad34000799 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 25 May 2016 20:51:27 -0400 Subject: Use magit-display-buffer-fullframe-status-v1 --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 6b9082c..260da73 100644 --- a/init.el +++ b/init.el @@ -866,10 +866,8 @@ (remove-hook 'magit-refs-sections-hook #'magit-insert-tags) - (add-hook 'magit-post-display-buffer-hook - (lambda () - (when (eq major-mode 'magit-status-mode) - (delete-other-windows)))) + (setq magit-display-buffer-function + #'magit-display-buffer-fullframe-status-v1) (define-key ctl-x-4-map "g" #'magit-find-file-other-window) (define-key km/file-map "g" #'magit-find-file) -- cgit v1.2.3