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:
parent
1ffdf616e8
commit
1dd4076f8d
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue