From 3694fc399e448189b24fb12a7a8624a1779999f0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 15 Jun 2020 09:25:13 -0400 Subject: Restore magit-display-buffer-function default After using v1 for quite some time, I've tried the default again and have used it for many months now without switch back, so I guess I'll be sticking to it. --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 26e5d34..8e5f534 100644 --- a/init.el +++ b/init.el @@ -970,9 +970,6 @@ (add-hook 'magit-log-mode-hook #'bug-reference-mode) - (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