mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
#'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)
|
||||
|
||||
|
Reference in New Issue
Block a user