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.
This commit is contained in:
Henrik Lissner 2018-06-02 10:54:30 +02:00
parent 1ffdf616e8
commit 1dd4076f8d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)