From 1dd4076f8dd6289f30ecf2bfc630f3139cf4fa29 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 Jun 2018 10:54:30 +0200 Subject: [PATCH] Handle magit windows w/ fullframe-status-v1 This new default was chosen to keep magit consistent with fullscreen :app workflows (which work very similarly). It is also more predictable than the default method. --- modules/tools/magit/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 4a286205d..2d1aae6e8 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -20,7 +20,9 @@ load everything.") (if (featurep! :completion ivy) #'ivy-completing-read #'magit-builtin-completing-read) - magit-revision-show-gravatars '("^Author: " . "^Commit: ")) + magit-revision-show-gravatars '("^Author: " . "^Commit: ") + magit-display-buffer-function + #'magit-display-buffer-fullframe-status-v1) (set! :popup "^\\(?:\\*magit\\|magit:\\)" :ignore)