mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -20,7 +20,9 @@ load everything.")
|
|||||||
(if (featurep! :completion ivy)
|
(if (featurep! :completion ivy)
|
||||||
#'ivy-completing-read
|
#'ivy-completing-read
|
||||||
#'magit-builtin-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)
|
(set! :popup "^\\(?:\\*magit\\|magit:\\)" :ignore)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user